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

Sam Lee via gimp-user-list <[email protected]> Thu, 25 Aug 2022 02:26:58 +0000
Newsgroups gmane.comp.video.gimp.user
Message-ID <20220825022658.54dvqmmiql6ktiy7@localhost>
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?
_______________________________________________
gimp-user-list mailing list
List address:    [email protected]
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list