Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-01-2009, 02:13 PM   PM User | #1
thoford75
Regular Coder

 
Join Date: Jan 2007
Posts: 154
Thanks: 52
Thanked 0 Times in 0 Posts
thoford75 is an unknown quantity at this point
Hex Code to Image

Hi guys. Any ideas on how I can get this lookup to work..:?

I'm using a app that uploads an image and returns a hex code in a 3x3 grid. (See here: http://jrm.cc/color-palette-generator)

I want to take this one stage further and have a code that will then take the Hex code and look up a field in an sql database containing hex codes. Then convert the hex code into an image containing the selected colour. For example;

User uploads image of the sky
App returns hex codes of sky
App then needs to look in a field database of images on server and finds image/s with similar hex value
App then returns images in replace of the hex code (i.e blue water, swimming pool, blue coloured hat etc etc)

Any thoughts on how to acheive this?

Thanks
thoford75 is offline   Reply With Quote
Old 05-01-2009, 09:33 PM   PM User | #2
Len Whistler
Senior Coder

 
Len Whistler's Avatar
 
Join Date: Jul 2002
Location: Vancouver, BC Canada
Posts: 1,323
Thanks: 26
Thanked 100 Times in 100 Posts
Len Whistler is on a distinguished road
Study the PHP image functions. imagecolorexact might be what you are looking for to get started. You would run all images through a loop and output the ones that match the uploaded image.

http://uk.php.net/manual/en/function...colorexact.php


----------
__________________
Leonard Whistler

Last edited by Len Whistler; 05-01-2009 at 09:35 PM..
Len Whistler is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:04 AM.


Advertisement
Log in to turn off these ads.