Page 1 of 1

add: "Clean_all_metadata" in the batch processing

Posted: Sun Apr 20, 2008 12:21 pm
by oops66
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:

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 )
or

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()
And add maybe also the new function shadow/hightlight into Map tab ?

Re: add: "Clean_all_metadata" in the batch process

Posted: Sun Apr 20, 2008 12:23 pm
by oops66
And why not a future option to send directly by webmail providers, as requested here:
http://newsgroup.xnview.com/viewtopic.php?t=14938

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( jpeg 80 1 1 2 2 0 1 )
...
Clean_all_metadata_end()
output_path_send_by_webmail()

Re: add: "Clean_all_metadata" in the batch process

Posted: Fri Jun 27, 2008 10:35 pm
by oops66
Clean metadata in the batch process:
Fixed in the v1.94Beta