Mr. Goodie2Shoes
Well-known member
@Amin Sabet I haven't explicitly included any argument to remove the meta data except for some... I guess by default jpegoptim removes the copyright info. I'll add the '--strip-none' argument for the next version. In the mean you can edit the file /library/GFNKraken/ImageCompressor/Jpeg.php line 39 and change:
	
	
	
		
to
	
	
	
		

				
			
		Code:
	
	'%s --quiet --stdin --stdout'
		Code:
	
	'%s --quiet --stdin --stdout --strip-none'
 
 
		
 
 
		
 
 
		 
 
		
 
 
		
 
 
		