Hi there!
 
I'm trying to create a blank image. Both ColdFusion and OpenBD 
documentation say to use ImageNew with a blank source.  I get an error with 
any of the following...
 
 <cfset myImg = ImageNew("", 100, 100)>
 <cfset myImg = ImageNew("")>
 <cfset myImg = ImageNew("", 100, 100, "rgb")>
 
Error: "Could not find file with URI "" because it is a relative path, and 
no base URI was provided."
 
- Matt C

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to