Posts: 12
	Threads: 8
	Joined: Sep 2017
	
Reputation: 
0
Operating system(s): Windows (Vista and later)
	
 
 
	
	
		Yes I know there are other standalone freeware that will remove EXIF data quickly 
but I will work intensively with GIMP so I want to save up the effort of starting
another application. 
Are there any GIMP plugins that will remove EXIF data completely?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,916
	Threads: 296
	Joined: Oct 2016
	
Reputation: 
605
Gimp version: 
Operating system(s): Linux
	
 
 
	
		
		
		01-19-2018, 12:36 AM 
(This post was last modified: 01-19-2018, 12:36 AM by Ofnuts.)
	
	 
	
		This is an option when you export the JPEG (that you can make a default), is the removal incomplete?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2
	Threads: 1
	Joined: Mar 2018
	
Reputation: 
0
Operating system(s): Linux
	
 
 
	
	
		I would advise OP to try 
imagemagick/mogrify
mogrify -strip *.jpg 
can do the trick. I understand the desire to use certain tools, but sometimes in my experience some jobs can be done better with a different tool.