Jump to content

storing an image in mySQL to, manipulating the byte data


jectionpro

Recommended Posts

Hi there,

 

when i ask the google about mysql+ image processing, i get a lot of information on how to orginize groups of images rather than how to process one image in detail.  I am trying to find out if there is some sort of extension, or special methods, or any tutorials for handling images at the pixel level with php and mysql?  for instance if i had a black and white image, and i wanted a grey outline along the white/black border, i would need to run some queries to change certian white cells that are close to black cells to grey. 

 

Any pointers greatly appreciated!

then how should i store images so that i can reference the cells? (i am basically using images as a way of passing data). what about storing the image indirectly so that you can rebuild the image if you have to?

x_value, y_value, numberRepresentingColor

 

looked at eh GD library, looks interesting. Can i make my own custom filters easily? (would be all i need for my inserting a grey area problem)

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.