Detection and elimination of progressive JPG
Posted: 2011-03-26T16:30:22-07:00
Hello Everyone
I am doing a map for FPS game based on Quake3 engine. When it compiles, it's using textures of my choice. Problem occurs, when some jpgs are progressivly compressed. My dream is to with one command eliminate all progressive JPGs. For now, I have used this command in textures folder:
mogrify -format jpg *.jpg
I did not add any "quality" option, I want to not compress at all:)
Will this do the trick - eliminate all progressive images and overwrite them with no-progressive jpgs?
I am doing a map for FPS game based on Quake3 engine. When it compiles, it's using textures of my choice. Problem occurs, when some jpgs are progressivly compressed. My dream is to with one command eliminate all progressive JPGs. For now, I have used this command in textures folder:
mogrify -format jpg *.jpg
I did not add any "quality" option, I want to not compress at all:)
Will this do the trick - eliminate all progressive images and overwrite them with no-progressive jpgs?