imgflo / imgflo-server

HTTP image processing server based on imgflo
48 stars 7 forks source link

noflo-canvas graphs cannot output JPEG #11

Closed jonnor closed 9 years ago

jonnor commented 9 years ago

When request has graph.jpg, output should be a JPEG. This returns a PNG for noflo-canvas graphs, which is wrong. Should have a canvas/SaveJPG (like canvas/SavePNG) component, and use this in this case.