You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use the pre-compiled windows versions of cjpegli and djpegli. What I noticed is that djpegli transfers existing metadata from JPG files to PNG files in form of zTxt chunks.
I don't know any program that can read that kind of metadata from PNG files.
cjpeg doesn't read metadata from PNG files. There are no command line options in both programs to specify metadata handling.
Describe the solution you'd like
I'd like to see command line switches to enable or disable transfer or processing of metadata.
When enabled cjpegli should transfer EXIF metadata in PNG files to JPEG files.
Display info at command line when metadata is written to the output file.
The recent versions are inconsistent in the way that djpegli always handels EXIF metadata and cjpegli doesn't handle metadata.
Describe alternatives you've considered
Don't handle or transfer metadata between files at all.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use the pre-compiled windows versions of cjpegli and djpegli. What I noticed is that djpegli transfers existing metadata from JPG files to PNG files in form of zTxt chunks.
I don't know any program that can read that kind of metadata from PNG files.
cjpeg doesn't read metadata from PNG files. There are no command line options in both programs to specify metadata handling.
Describe the solution you'd like
I'd like to see command line switches to enable or disable transfer or processing of metadata.
When enabled cjpegli should transfer EXIF metadata in PNG files to JPEG files.
Display info at command line when metadata is written to the output file.
The recent versions are inconsistent in the way that djpegli always handels EXIF metadata and cjpegli doesn't handle metadata.
Describe alternatives you've considered
Don't handle or transfer metadata between files at all.
The text was updated successfully, but these errors were encountered: