add: "Clean_all_metadata" in the batch processing

Ideas for improvements and requests for new features in XnView Classic

Moderators: helmut, XnTriq, xnview

Post Reply
User avatar
oops66
XnThusiast
Posts: 2005
Joined: Tue Jul 17, 2007 1:17 am
Location: France

add: "Clean_all_metadata" in the batch processing

Post 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 ?
XnViewMP Linux X64 - Debian - X64
User avatar
oops66
XnThusiast
Posts: 2005
Joined: Tue Jul 17, 2007 1:17 am
Location: France

Re: add: "Clean_all_metadata" in the batch process

Post 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()
XnViewMP Linux X64 - Debian - X64
User avatar
oops66
XnThusiast
Posts: 2005
Joined: Tue Jul 17, 2007 1:17 am
Location: France

Re: add: "Clean_all_metadata" in the batch process

Post by oops66 »

Clean metadata in the batch process:
Fixed in the v1.94Beta
XnViewMP Linux X64 - Debian - X64
Post Reply