as far as I remember, when images are processed on the server via scissors/gd library exif data is lost.
is there no chance to preserve that data?
will it be preserved if we use the latest feature the plugin offers to not touch the original size image and just process the other sizes as thumbnail, medium, large?
http://wordpress.org/extend/plugins/scissors/
stephanreiter
Member
Posted 2 months ago #
You answered your own questions: Whenever a processing operation is performed on the full-size image, EXIF data is lost. Avoid processing and you'll be happy.
ok, so there is no chance of saving exif data of processed images :-( thanks.