You are correct, this is the object in memory.  If you are going to do 
one simple operation, it's easier to just call the appropriate method 
like resize() and pass the file paths.  If you are doing a bunch of 
things, retain the object in memory and just pass the object.  This will 
speed up the process because it will not read/write to/from the disc for 
each operation.

James Holmes wrote:
> Reading the source code, it's a java.awt.image.BufferedImage:
>
> <cfset img = CreateObject("java", "java.awt.image.BufferedImage")>
>
> It's returned as part of the struct from many of the methods.
>
>
> On 10/27/06, Casey Dougall <[EMAIL PROTECTED]> wrote:
>   
>> On 10/27/06, Chris Peters <[EMAIL PROTECTED]> wrote:
>>     
>>> I'm using Rick Root's Image CFC. One of the arguments for many of the
>>> CFC's methods is called "objImage." This is described in the docs as an
>>> "image object," but it doesn't show any examples of its usage, and it
>>> doesn't describe what data type this image object should be. Does anyone
>>> know?
>>>       
>>
>> I'm like 90% positive that objImage. would allow you to continue to work
>> with the image in memory before saving it to disk. If you are performing
>> additional operations you would to them in succession, then save the final
>> image to disk.
>>
>> Casey
>>
>>
>>
>>     
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258258
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to