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!

Link to comment
Share on other sites

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)

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.