Ben,
I think I have my work cut out for me today with your suggestion in mind.
Thank you very much. I started this out playing with CFPDF early on but
switched to CFImage.

Terry

-----Original Message-----
From: Ben Forta [mailto:b...@forta.com] 
Sent: Thursday, February 03, 2011 9:34 AM
To: cf-talk
Subject: RE: CFImage at 300dpi


Why not create a PDF form formatted exactly as you need, and then use CF to
populate the form fields? Seems like you'd get more control that way.

--- Ben


-----Original Message-----
From: Terry Troxel [mailto:terry.tro...@gmail.com] 
Sent: Thursday, February 03, 2011 12:26 PM
To: cf-talk
Subject: RE: CFImage at 300dpi


You are exactly right Rick. Here is my problem:
I am writing an online application for a local print shop that does RxPads
for Doctors sold by Pharmaceutical Reps.
A Pharmaceutical rep will be able to logon to create an Rxpad for his Doctor
Client by selecting the Drug Bottle Image, Drug Logo Image, Drug Dosing
Image, add the Practice Information, License information, etc. And with
CFImage, CFX_ImageCR, CF_Imageflare I will place the existing images, create
the textual data into text images and place them all on a blank Image
pre-sized at 300dpi at their respective x,y coordinates to create a print
ready High quality image that all the print shop has to do is send to their
printer's RIP.
That’s why my question on creating, saving images at 300dpi as well as print
sizes as I do not want The user to have to do anything except PRINT.

Terry  

-----Original Message-----
From: Rick Faircloth [mailto:r...@whitestonemedia.com]
Sent: Thursday, February 03, 2011 7:54 AM
To: cf-talk
Subject: RE: CFImage at 300dpi


I understand the concerns you have, Claude, but
I would imagine that the concern is over how to
have a "print-ready" image available online.

Yes, the end user can change the dpi before printing,
as well as the dimensions of the image, but, when dealing
with print shops for advertising, I've always had to send
"print-ready", 300dpi images (if using .jpg files) if I didn't
want the printer to make adjustments to the file to change
print dimensions or dpi.

It seems the same would be true if I were putting an image
formatted for "high-quality" printing (300dpi) online for
download and printing without making dimension or resolution adjustments.

I haven't put anything online before to meet this requirement,
but it seems as if delivering the file by email as an attachment
or delivering as a download would be the same.

Thoughts?

Rick

-----Original Message-----
From: Claude Schnéegans <schneeg...@internetique.com>
[mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans <schneegans@interneti=71?=
=?ISO-8859-1?Q?ue.com=3E?=] 
Sent: Thursday, February 03, 2011 10:41 AM
To: cf-talk
Subject: Re: CFImage at 300dpi


 >>Is it possible using CFIMAGE to create images in 300dpi format for print
quality reasons?

If it is for print quality reason, you need only be concerned with the total
number of pixels.
1. you may very well have an image defined at "300 dpi", but if it is only
300 px wide, you will only get a one inch "good quality" printed image.
2. the resolution at which the user will print the image is his final
decision anyway.
3. I know that the concept of so called "dots per inch" is embedded in image
files, I don't know who the idea comes from, but it just does not make any
sense : I agree that a virtual image does have dots, but where actually are
the inches to make "dot/inch"?

I other words, you may have a "75 dpi" image printed at a very good quality
if it is actually 4000 pix wide,
and a very poor "4000 dpi" printed image if it is only 75 pix wide.









~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341839
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to