i worked on an application which helps users to lay-out a
poster. they can also include images in the layout.
Because the end result is print, many people are uploading
300 dpi images. Problem is image functions in cf8 and cr3 img
resize in cf7 have trouble with those images and can't do the
necessary action. Is it possible to convert an image from 300 to 72
dpi, or is there an other solutions to this problem you think?
Resizing the 300 dpi image in cf7 often caused a problem
using cr3 img resize, but with cf8, if you create a cfimage after
upload, and then save the file, it's automaticly transformed into a
72 dpi instance.
/t5/coldfusion-discussions/uploaded-jpg-300dpi-trouble/m-p/929491#M85326May 04, 2008
May 04, 2008
Copy link to clipboard
Copied
LATEST
Solution:
Resizing the 300 dpi image in cf7 often caused a problem
using cr3 img resize, but with cf8, if you create a cfimage after
upload, and then save the file, it's automaticly transformed into a
72 dpi instance.