prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] TGA files loaded upside down #67

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by bearmountainbranch Monday Mar 11, 2013 at 16:56 GMT Originally opened as https://github.com/processing/processing-web/issues/67


TGA files are loaded upside down:

PImage img = loadImage("https://dl.dropbox.com/u/5266607/A/test.tga"); image(img,0,0,width,height);

prisonerjohn commented 10 years ago

Comment by REAS Tuesday Mar 12, 2013 at 23:16 GMT


This Issue should be in the processing/processing repo. I'm linking it.

prisonerjohn commented 10 years ago

Comment by bearmountainbranch Wednesday Mar 13, 2013 at 00:01 GMT


Thank you, I noticed I posted it wrong section but couldn't find any way to change it and didn't wanted to create duplicates.

prisonerjohn commented 10 years ago

Comment by aengelke Wednesday May 15, 2013 at 18:17 GMT


I think this issue can be closed. I don't see a relation to the processing-website.