On 1/3/08, Andy Matthews <[EMAIL PROTECTED]> wrote: > When you're dealing with images for display on computer screens, there's > really no such thing as dpi. It all has to do with the pixel dimensions.
I've argued many times myself (as author of ImageCFC) that "DPI" is not a function of the image itself, but the meta-data of the image, as the DPI is *ONLY* used for print. So unless you're using Coldfusion to send a file to the printer after manipulating the "dpi", there's no point. that being said.. if you've got a jpeg that has the meta data for DPI, you could theoretically change the metadata to say that the image is 300 dpi, and when you open it in photoshop, it would be 300 dpi. But as was said, the DPI has nothing to do with the image itself, so if you've got an image with no meta data, you'd have to first convert it to a format that supported image metadata, add thei mage metadata and set the DPI. -- Rick Root Coldfusion/Flex Developer needed in Durham, full-time, no telecommuters. Please email me! No third parties. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295741 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

