We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › MySQL Blob -> PImage
Page Index Toggle Pages: 1
MySQL Blob -> PImage? (Read 792 times)
MySQL Blob -> PImage?
Feb 23rd, 2007, 2:59am
 
so.. the project i'm currently working on used to be written with ajax and php. it would pull blobs out of a mysql database and use the createimagefromstring(...) php function to translate the mysql data into an image.

i've been toying around with the mysql library on the processing.org libraries page, but i think my answer will probably come from one of the image manipulation libraries. has anyone come across anything like this (making a PImage object from a string of binary data rather than a loadImage call)?

sorry if the answer is an obvious one, i honestly did look around before i decided to post. Smiley
Re: MySQL Blob -> PImage?
Reply #1 - Feb 23rd, 2007, 3:29am
 
after deeper investigation, i believe i found the answer to my own question.

http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Integrate;action=display;num=1134385140
Page Index Toggle Pages: 1