Re: [gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Willie Wong
On Mon, Nov 12, 2007 at 03:09:44PM -0600, Penguin Lover Michael Sullivan squawked: > Alpha: rgba(0,255,0,1)#00FF > Background color: black > Transparent color: rgba(0,255,0,1) > It claims that the background is black, but the gif doesn't show a > background at all, and the BMP sho

Re: [gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Alex Schuster
Michael Sullivan writes: > The background of the image looks green to me (0, 255, 0), but identify > claims it's white. Is there a way I can know for sure without having to > go through all the RGB codes? The convert created BMP's won't open in > gimp Strange. I suggest asking the experts o

Re: [gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Michael Sullivan
On Mon, 2007-11-12 at 15:46 -0500, Willie Wong wrote: > On Mon, Nov 12, 2007 at 02:17:32PM -0600, Michael Sullivan wrote: > > The background of the image looks green to me (0, 255, 0), but identify > > claims it's white. Is there a way I can know for sure without having to > > go through all the R

Re: [gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Willie Wong
On Mon, Nov 12, 2007 at 02:17:32PM -0600, Michael Sullivan wrote: > The background of the image looks green to me (0, 255, 0), but identify > claims it's white. Is there a way I can know for sure without having to > go through all the RGB codes? The convert created BMP's won't open in > gimp

[gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Michael Sullivan
My wife and I are working on a programming project together. I have a number of transparent .gif files that I've converted to BMP with imagemagick's convert command. I'm trying to discover what their background color is so that I can make the backgrounds transparent once again. I've discovered t