Re: Exact pixel hex color

2011-09-10 Thread Leigh
> @ Leigh - That is the coolest off-list post EVAH!  > :-) LMAO. What can I say .. oops ;-) -Leig ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion A

RE: Exact pixel hex color

2011-09-10 Thread Richard (J7 Group)
In fact our stories tie well together as about the time you were packing that box I was picking up a CFMX book for the first time lol -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: 11 September 2011 02:09 To: cf-talk Subject: Re: Exact pixel hex color Haha. I

Re: Exact pixel hex color

2011-09-10 Thread Michael Grant
Group) wrote: > > Thanks for the help, I finally got it setup after 5 years on the forum :) > > > > -Original Message- > From: Matt Quackenbush [mailto:quackfu...@gmail.com] > Sent: 11 September 2011 01:02 > To: cf-talk > Subject: Re: Exact pixel hex color >

RE: Exact pixel hex color

2011-09-10 Thread Richard (J7 Group)
Thanks for the help, I finally got it setup after 5 years on the forum :) -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: 11 September 2011 01:02 To: cf-talk Subject: Re: Exact pixel hex color @ Leigh - That is the coolest off-list post EVAH

Re: Exact pixel hex color

2011-09-10 Thread Michael Grant
pinging you off-list ;) > > > > Btw: Where did you file the bug report? I checked the project's issue > > tracker on riaforge and did not see it. > > > > -Leigh > > > > > > --- On Sat, 9/10/11, Richard White wrote: > > > >

Re: Exact pixel hex color

2011-09-10 Thread Matt Quackenbush
> --- On Sat, 9/10/11, Richard White wrote: > > > From: Richard White > > Subject: Re: Exact pixel hex color > > To: "cf-talk" > > Date: Saturday, September 10, 2011, 10:34 PM > > > > sure, can you ping me offline and ill reply with the > >

Re: Exact pixel hex color

2011-09-10 Thread Leigh
Hi Richard, This is Leigh pinging you off-list ;) Btw: Where did you file the bug report? I checked the project's issue tracker on riaforge and did not see it. -Leigh --- On Sat, 9/10/11, Richard White wrote: > From: Richard White > Subject: Re: Exact pixel hex color >

Re: Exact pixel hex color

2011-09-10 Thread Richard White
sure, can you ping me offline and ill reply with the details. sorry i would send them although i use houseoffusion site to access these lists and cant see an email address i also regularly hear you guys talking about mailing lists and being able to see each others emails. i think i am missing

Re: Exact pixel hex color

2011-09-10 Thread Leigh
> yes unfortunately it didn't work correctly with PNG files - > only randomly though. > Although, the test case i found consistently not to work is > an image with the rgb mentioned above Do you have a sample image and code that demonstrates the problem? -Leigh

RE: Exact pixel hex color

2011-09-10 Thread Eric Roberts
I never knew that. Thanks for the info Ray! You are never too old to learn something new :-D Eric -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Saturday, September 10, 2011 9:29 AM To: cf-talk Subject: Re: Exact pixel hex color > Ray, I know t

Re: Exact pixel hex color

2011-09-10 Thread Richard White
also just filed the bug report :) >> Ray, I know that but how many others will? >> >> when dealing with x and y, most know that it it’s the number across and >> number down. Why confuse them more with words most will not know? > >Then consider it an opportunity to learn something. ;) Seriously

Re: Exact pixel hex color

2011-09-10 Thread Richard White
thanks for the solution yes unfortunately it didn't work correctly with PNG files - only randomly though. Although, the test case i found consistently not to work is an image with the rgb mentioned above thanks >> Ray, I know that but how many others will? >> >> when dealing with x and y, mo

Re: Exact pixel hex color

2011-09-10 Thread Raymond Camden
> Ray, I know that but how many others will? > > when dealing with x and y, most know that it it’s the number across and > number down. Why confuse them more with words most will not know? Then consider it an opportunity to learn something. ;) Seriously - aren't we OT now? Hopefully this will sol

RE: Exact pixel hex color

2011-09-10 Thread Andrew Scott
/108193156965451149543 -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Sunday, 11 September 2011 12:15 AM To: cf-talk Subject: Re: Exact pixel hex color >From http://en.wikipedia.org/wiki/Cartesian_coordinate_system "The point where the axes meet is the common o

Re: Exact pixel hex color

2011-09-10 Thread Raymond Camden
>From http://en.wikipedia.org/wiki/Cartesian_coordinate_system "The point where the axes meet is the common origin of the two number lines and is simply called the origin. It is often labeled O and if so then the axes are called Ox and Oy. A plane with x and y-axes defined is often referred to as

RE: Exact pixel hex color

2011-09-10 Thread Andrew Scott
What the hell is abscise and ordinate, why not just say x and y? --  Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 -Original Message- From: Claude Schnéegans [mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans >I need a functio

Re: Exact pixel hex color

2011-09-10 Thread Claude Schnéegans
>>I need a function that is passed an image and gets the precise color of a >>specified pixel. I have a custom tag that returns the RGB color precise to the pixel and which works for GIF, JPEG or PNG formats. [X] = [Y] = > See the tag here : http://customtag

Re: Exact pixel hex color

2011-09-10 Thread Richard White
no it was my understanding of image processing! it returns color of bmp files fine. > Hi, > > I need a function that is passed an image and gets the precise color > of a specified pixel. > > I have seen Ben Nadel's ImageUtils on riaforge and use the GetPixel > function. However, it doesnt a

Exact pixel hex color

2011-09-10 Thread Richard White
Hi, I need a function that is passed an image and gets the precise color of a specified pixel. I have seen Ben Nadel's ImageUtils on riaforge and use the GetPixel function. However, it doesnt always get the exact colour. For example if i pass it a png image that has the color: R-204,G-97,B-0