add: "Clean_all_metadata" in the batch processing
Posted: Sun Apr 20, 2008 12:21 pm
Hello,
Is it possible to add both options : "Clean_all_metadata" in the first step in the batch processing (Ctrl+U), to have the ability to clear all personals metadata (EXIF-IPTC-XMP...), if exist easier.
or add at the end, after "output( jpeg 80 0 1 1 2 2 0 1 )" to clear all metadata even generated embedded thumbnail.
useful for exemple for manuals transformations for attached email images , .xbs file:
or
And add maybe also the new function shadow/hightlight into Map tab ?
Is it possible to add both options : "Clean_all_metadata" in the first step in the batch processing (Ctrl+U), to have the ability to clear all personals metadata (EXIF-IPTC-XMP...), if exist easier.
or add at the end, after "output( jpeg 80 0 1 1 2 2 0 1 )" to clear all metadata even generated embedded thumbnail.
useful for exemple for manuals transformations for attached email images , .xbs file:
Code: Select all
Clean_all_personal_metadata_top()
....
resize( 1 lanczos 720 576 0 1 0 )
dpi( 0 150 150 )
autocontrast( )
autolevels( )
settings( 3 0 1 1 0 0 )
output_path( 4-emails )
output( jpeg 80 1 1 2 2 0 1 )
Code: Select all
resize( 1 lanczos 720 576 0 1 0 )
dpi( 0 150 150 )
autocontrast( )
autolevels( )
settings( 3 0 1 1 0 0 )
output_path( 4-emails )
output( jpeg 80 1 1 2 2 0 1 )
...
Clean_all_metadata_end()