psd files
Posted: 2007-03-28T15:07:00-07:00
I am generating different resolution psd files from a high res psd file with this command
img.convert("D:\test.psd", "-limit", "memory", "512", "-limit", "map", "2048", "-strip", "-units", "PixelsPerInch", "-resample", "120x120", "-depth", "8", "D:\test_120.psd")
I specify the resolution, however the generated file has 72 dpi when viewed in photoshop and there is no dpi/resolution information in other viewers (like irfan viewer). When generating jpg, tif, and eps files I did not have this problem with this command.
Any suggestions?
img.convert("D:\test.psd", "-limit", "memory", "512", "-limit", "map", "2048", "-strip", "-units", "PixelsPerInch", "-resample", "120x120", "-depth", "8", "D:\test_120.psd")
I specify the resolution, however the generated file has 72 dpi when viewed in photoshop and there is no dpi/resolution information in other viewers (like irfan viewer). When generating jpg, tif, and eps files I did not have this problem with this command.
Any suggestions?