Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
The source file is a 10 mb tif file that I'm converting to a jpg. The dpi on the tif file is 900, the dpi on the jpg is still 900. Why does my code not change the dpi on my jpg to 72?
If you read the TIF and JPG files in photoshop, that it is not using the normal DPI setting, but the one in the PHotoshop specific meta-data profile. You could -strip all those profiles to remove it.