Can you try with the ImageXXx() functions and see if you get the same result?
--
 http://alan.blog-city.com/

-----Original Message-----
From: Rob <[email protected]>
Sender: [email protected]
Date: Sun, 19 Dec 2010 23:30:46 
To: Open BlueDragon<[email protected]>
Reply-To: [email protected]
Subject: [OpenBD] CFIMAGE question

Aloha All,

I have finally upgraded an ever evolving app from windows XP to
Windows 7.  I have been working to get all the older tags and
subordinate programs working with the new OS.

I am having trouble with CFX_Openimage, and also ImageCFC - crashing
the OBD server (or Apache, not sure yet) so I tried out CFIMAGE.  I
need to stretch an HDV screen grab from 1440 to 1920 pixels in width.
After some testing, it appears that CFIMAGE works fine in windows 7
creating a new image that is the same size or smaller, but is hanging
on my machine if it is one pixel larger, or one percent (101%) greater
in size?

Anyone else have such an issue?  Note, it works in Windows XP on a
different box with OBD 1.1.

I am using Windows 7 Home, OpenBD 1.3 installed from the Windows
Installer (which BTW I cannot find a link to on the download page, is
that by design?).  I increased the memory to 1024m for both Xms and
Xmxin C:\openbd\tomcat\bin\service.bat - that had relieved image
manipulation problems previously in Windows XP.

This fails (hangs, never finishes, can't find a reference to it in the
logs - rtelogs)  Other logs to review?

<cfimage srcfile="c:\test.jpg"
         action="edit"
                 destfile="c:\test_resized.jpg"
                 width="50%"
                 height="110%"
                 nameconflict="overwrite">

This works
<cfimage srcfile="c:\test.jpg"
         action="edit"
                 destfile="c:\test_resized.jpg"
                 width="50%"
                 height="50%"
                 nameconflict="overwrite">

Any help will be appreciated.

Thanks,

Rob

--
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to