Re: [Gimp-user] Script-Fu: remove Exif, thumbnail, color profile when saving PNG



On 2022-08-24 18:52 +0200, Ofnuts via gimp-user-list wrote:
Why do you use Gimp for this... You script would run faster using
ImageMagick (for the conversion) and ExifTool (to remove the Exif data):

convert in.png PNG8:out.png
exiftool all= out.png

I am not using GIMP specifically to remove an image's Exif data, its
thumbnail, and its color profile. The script that I have given in the
first email is just an example. I just want to remove such data when
saving PNG files using Script-Fu in general. Options are available to
omit such data when saving interactively in the GUI. Is there a way to
do this non-interactively using Script-Fu?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]