Image Regression with graph.cfm 6.2.5

In a recent upgrade from Lucee 5 to 6.2.5 we found an issue with cfimage

Run this code in v6.2.4 and you get a pink box…

<h2>Image Test
<cfset myImage=ImageNew(“”,120,30, “rgb”, “pink”)>
<cfimage source=“#myImage#” action=“writeToBrowser”>
Done…

But if you run it in v6.2.5 the browser shows a broken image icon.

We are running Image Extension version 2.0.0.33

OS: Windows
Java Version: 17
Tomcat Version: ???
Lucee Version: 6.2.4/6.2.5

Ah I guess that’s the graph.cfm issue reported yesterday. I’ll produce a fix tomorrow, been a long day fixing ORM stuff as well as other form and image bugs