This could be a bug. Here's what I run:

        <cfpdf action="thumbnail" source="#uploaddir#\#filename#.pdf"  
overwrite="yes"
         destination="#outputdir#" scale=100 format="jpg"  
resolution="low" imageprefix="low_#filename#" >

        <cfpdf action="thumbnail" source="#uploaddir#\#filename#.pdf"  
overwrite="yes"
         destination="#outputdir#" scale=100 format="jpg"  
resolution="high" imageprefix="#filename#" >


The resulting images are identical in size. I checked the actual  
resolution in Fireworks and it's 72 for both images.

I'm using CF8 - maybe this has be fixed in 9?

Regards,

Stefan




On 14 Oct 2009, at 15:25, Stefan Richter wrote:

>
> Yeah good point - I will test with some more obvious material and post
> back once I know more.
>
> Regards,
>
> Stefan
>
>
>
> On 14 Oct 2009, at 15:10, Dave Watts wrote:
>
>>
>>> I am now successfully converting PDF files to JPG. I'm wondering  
>>> what
>>> exactly the resolution attribute does though. I tried both 'high'  
>>> and
>>> 'low' and the resulting file is exactly the same file size in  in
>>> both
>>> cases - I would have expected the low res file to be smaller. Am I
>>> missing something?
>>
>> Not really. I'm not aware of any documentation that describes in more
>> detail what this is supposed to do. Is the image quality identical
>> when you do this, as far as you can tell? Maybe there isn't enough
>> data in the image to make a difference when you choose "high".
>>
>> Dave Watts, CTO, Fig Leaf Software
>> http://www.figleaf.com/
>>
>> Fig Leaf Software provides the highest caliber vendor-authorized
>> instruction at our training centers in Washington DC, Atlanta,
>> Chicago, Baltimore, Northern Virginia, or on-site at your location.
>> Visit http://training.figleaf.com/ for more information
>>
>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327184
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to