Mail-Box

 view release on metacpan or  search on metacpan

t/folders/mbox.src  view on Meta::CPAN

> >         unsubscribe magick
> > ***********************************************************************

-- 
Steve Dotson
Software Engineer

WebSideStory, Inc.
10182 Telesis Court, Sixth Floor
San Diego, California 92121
P:  858.546.0040  ext. 417
F:  858.546.0480
E:  steve@websidestory.com

***********************************************************************
To remove yourself from this mailing list, send mail to:
	majordomo@wizards.dupont.com

Include the following command in the body of your message:
	unsubscribe magick
***********************************************************************

From magick-owner@unca-don.wizards.dupont.com Wed Feb 23 17:28 MET 2000
Received: from ns.ATComputing.nl (ns.ATComputing.nl [195.108.229.25])
	by atcmpg.ATComputing.nl (8.9.0/8.9.0) with ESMTP id RAA20894
	for <markov@ATComputing.nl>; Wed, 23 Feb 2000 17:28:05 +0100 (MET)
Received: (from nobody@localhost)
	by ns.ATComputing.nl (8.8.8/8.8.8) id RAA21883
	for <markov@ATComputing.nl>; Wed, 23 Feb 2000 17:28:04 +0100
Received: from viper.oldcity.dca.net(216.158.38.4) by ns.ATComputing.nl via smap (V2.1)
	id xma021881; Wed, 23 Feb 00 17:27:46 +0100
Received: from unca-don.wizards.dupont.com ([204.183.81.133])
	by viper.oldcity.dca.net (8.9.3/8.9.3/DCANET) with ESMTP id LAA28560;
	Wed, 23 Feb 2000 11:25:57 -0500
Received: (from majordomo@localhost)
	by unca-don.wizards.dupont.com (8.9.3/8.9.3) id KAA09345
	for magick-outgoing; Wed, 23 Feb 2000 10:53:09 -0500 (EST)
X-Authentication-Warning: unca-don.wizards.dupont.com: majordomo set sender to owner-magick@wizards.dupont.com using -f
Message-ID: <177E035AF8BDD311858B00A0C9D8E324886A3B@EMAILSRVR_KPR>
From: Steve Sapovits <SapovitsS@globalsportsinc.com>
To: magick@wizards.dupont.com
Subject: Transparency question
Date: Wed, 23 Feb 2000 10:58:16 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Sender: owner-magick@wizards.dupont.com
Precedence: bulk
Reply-To: Steve Sapovits <SapovitsS@globalsportsinc.com>
Content-Type: text/plain
Status: RO
Content-Length: 1447
Lines: 42


I'm trying to do the following:

1)  Take a JPEG image and size it down to a particular size.
2)  Overlay that JPEG on top of an GIF image to form a combined result.

This works fine for the most part:  I use mogrify to resize, followed by 
combine to overlay.

Now I'm presented with GIF images (the ones the JPEG is put on top of)
that have colors or other background attributes we want to 'show through'
the overlay where there is no image.

Even without any transparency options this seems to ALMOST work.  The
problem is that there's a small area around each image of 'white' that
always
shows up.  Trying transparency or the 'matte' option of '-draw' seems to
have
no effect.

Any ideas?  I'm an engineer -- not an image expert.  The images in question
are handed to me.  I can change them if necessary and if it can be done via
the ImageMagick tool.  The volume we generate makes manual changes to 
each image out of the question.

----
Steve Sapovits
Global Sports Interactive
Work Email: sapovitss@globalsportsinc.com
Home Email: steves@delanet.com
Work Phone: 610-491-7087
Cell:       610-574-7706
Pager:      877-239-4003


***********************************************************************
To remove yourself from this mailing list, send mail to:
	majordomo@wizards.dupont.com

Include the following command in the body of your message:
	unsubscribe magick
***********************************************************************

From magick-owner@unca-don.wizards.dupont.com Wed Feb 23 20:13 MET 2000
Received: from ns.ATComputing.nl (ns.ATComputing.nl [195.108.229.25])
	by atcmpg.ATComputing.nl (8.9.0/8.9.0) with ESMTP id UAA24120
	for <markov@ATComputing.nl>; Wed, 23 Feb 2000 20:13:38 +0100 (MET)
Received: (from nobody@localhost)
	by ns.ATComputing.nl (8.8.8/8.8.8) id UAA22110
	for <markov@ATComputing.nl>; Wed, 23 Feb 2000 20:13:38 +0100
Received: from viper.oldcity.dca.net(216.158.38.4) by ns.ATComputing.nl via smap (V2.1)
	id xma022108; Wed, 23 Feb 00 20:13:37 +0100
Received: from unca-don.wizards.dupont.com ([204.183.81.133])
	by viper.oldcity.dca.net (8.9.3/8.9.3/DCANET) with ESMTP id OAA00687;
	Wed, 23 Feb 2000 14:11:56 -0500
Received: (from majordomo@localhost)
	by unca-don.wizards.dupont.com (8.9.3/8.9.3) id NAA10192
	for magick-outgoing; Wed, 23 Feb 2000 13:26:44 -0500 (EST)
X-Authentication-Warning: unca-don.wizards.dupont.com: majordomo set sender to owner-magick@wizards.dupont.com using -f
Message-ID: <177E035AF8BDD311858B00A0C9D8E324886AB2@EMAILSRVR_KPR>
From: Steve Sapovits <SapovitsS@globalsportsinc.com>
To: Steve Sapovits <SapovitsS@globalsportsinc.com>, magick@wizards.dupont.com
Subject: RE: Transparency question
Date: Wed, 23 Feb 2000 13:31:41 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Sender: owner-magick@wizards.dupont.com
Precedence: bulk
Reply-To: Steve Sapovits <SapovitsS@globalsportsinc.com>
Content-Type: text/plain
Status: RO
Content-Length: 2483
Lines: 73


Someone on this list and my image folks here seem to confirm that the
problem
here is with 'fringe' pixels that were not trimmed back as neatly as
possible.  Any
suggestions for automating this?  This whole thing needs to be batched.  I
played
with the transparency and fuzz options with no real difference noted.
Trying 
crop 0x0 makes some of the fringe whitespace areas neater, but it doesn't
get rid
of them.

Any suggestions?

> -----Original Message-----
> From:	Steve Sapovits [SMTP:SapovitsS@globalsportsinc.com]
> Sent:	Wednesday, February 23, 2000 10:58 AM
> To:	magick@wizards.dupont.com
> Subject:	Transparency question
> 
> 
> I'm trying to do the following:
> 
> 1)  Take a JPEG image and size it down to a particular size.
> 2)  Overlay that JPEG on top of an GIF image to form a combined result.
> 
> This works fine for the most part:  I use mogrify to resize, followed by 
> combine to overlay.
> 
> Now I'm presented with GIF images (the ones the JPEG is put on top of)
> that have colors or other background attributes we want to 'show through'
> the overlay where there is no image.
> 
> Even without any transparency options this seems to ALMOST work.  The
> problem is that there's a small area around each image of 'white' that
> always
> shows up.  Trying transparency or the 'matte' option of '-draw' seems to
> have
> no effect.
> 
> Any ideas?  I'm an engineer -- not an image expert.  The images in
> question
> are handed to me.  I can change them if necessary and if it can be done
> via
> the ImageMagick tool.  The volume we generate makes manual changes to 
> each image out of the question.
> 
> ----
> Steve Sapovits
> Global Sports Interactive
> Work Email: sapovitss@globalsportsinc.com
> Home Email: steves@delanet.com
> Work Phone: 610-491-7087
> Cell:       610-574-7706
> Pager:      877-239-4003
> 
> 
> ***********************************************************************
> To remove yourself from this mailing list, send mail to:
> 	majordomo@wizards.dupont.com
> 
> Include the following command in the body of your message:
> 	unsubscribe magick
> ***********************************************************************

***********************************************************************
To remove yourself from this mailing list, send mail to:
	majordomo@wizards.dupont.com

Include the following command in the body of your message:
	unsubscribe magick
***********************************************************************

From magick-owner@unca-don.wizards.dupont.com Thu Feb 24 17:27 MET 2000
Received: from ns.ATComputing.nl (ns.ATComputing.nl [195.108.229.25])
	by atcmpg.ATComputing.nl (8.9.0/8.9.0) with ESMTP id RAA19964
	for <markov@ATComputing.nl>; Thu, 24 Feb 2000 17:27:35 +0100 (MET)
Received: (from nobody@localhost)
	by ns.ATComputing.nl (8.8.8/8.8.8) id RAA23400
	for <markov@ATComputing.nl>; Thu, 24 Feb 2000 17:27:34 +0100
Received: from mustang.oldcity.dca.net(216.158.38.3) by ns.ATComputing.nl via smap (V2.1)
	id xma023398; Thu, 24 Feb 00 17:27:10 +0100
Received: from unca-don.wizards.dupont.com ([204.183.81.133])
	by mustang.oldcity.dca.net (8.9.3/8.9.3/DCANET) with ESMTP id LAA14646;
	Thu, 24 Feb 2000 11:25:37 -0500
Received: (from majordomo@localhost)
	by unca-don.wizards.dupont.com (8.9.3/8.9.3) id LAA15770
	for magick-outgoing; Thu, 24 Feb 2000 11:04:56 -0500 (EST)
X-Authentication-Warning: unca-don.wizards.dupont.com: majordomo set sender to owner-magick@wizards.dupont.com using -f
Message-ID: <8100014B48DAD111AA4100805F9F3FC903A0E5B2@host60.corbis.com>
From: Bill Radcliffe <BillR@corbis.com>
To: "'Steve Sapovits'" <SapovitsS@globalsportsinc.com>,
        "'magick@wizards.dupont.com'" <magick@wizards.dupont.com>
Subject: RE: Transparency question
Date: Thu, 24 Feb 2000 08:06:44 -0800
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2448.0)
Sender: owner-magick@wizards.dupont.com
Precedence: bulk
Reply-To: Bill Radcliffe <BillR@corbis.com>
Content-Type: text/plain
Status: RO
Content-Length: 3362
Lines: 93

It would help me if you could send some small samples of exactly the effect
you are trying to achieve. I'm sure IM can do whatever you want but the road
to get there may not be at all obvious.

> -----Original Message-----
> From:	Steve Sapovits [SMTP:SapovitsS@globalsportsinc.com]
> Sent:	Wednesday, February 23, 2000 10:32 AM
> To:	Steve Sapovits; magick@wizards.dupont.com
> Subject:	RE: Transparency question
> 
> 
> Someone on this list and my image folks here seem to confirm that the
> problem
> here is with 'fringe' pixels that were not trimmed back as neatly as
> possible.  Any
> suggestions for automating this?  This whole thing needs to be batched.  I
> played
> with the transparency and fuzz options with no real difference noted.
> Trying 
> crop 0x0 makes some of the fringe whitespace areas neater, but it doesn't
> get rid
> of them.
> 
> Any suggestions?
> 
> > -----Original Message-----
> > From:	Steve Sapovits [SMTP:SapovitsS@globalsportsinc.com]
> > Sent:	Wednesday, February 23, 2000 10:58 AM
> > To:	magick@wizards.dupont.com
> > Subject:	Transparency question
> > 
> > 
> > I'm trying to do the following:
> > 
> > 1)  Take a JPEG image and size it down to a particular size.
> > 2)  Overlay that JPEG on top of an GIF image to form a combined result.
> > 
> > This works fine for the most part:  I use mogrify to resize, followed by
> 
> > combine to overlay.
> > 
> > Now I'm presented with GIF images (the ones the JPEG is put on top of)
> > that have colors or other background attributes we want to 'show
> through'
> > the overlay where there is no image.
> > 
> > Even without any transparency options this seems to ALMOST work.  The
> > problem is that there's a small area around each image of 'white' that
> > always
> > shows up.  Trying transparency or the 'matte' option of '-draw' seems to
> > have
> > no effect.
> > 
> > Any ideas?  I'm an engineer -- not an image expert.  The images in
> > question
> > are handed to me.  I can change them if necessary and if it can be done
> > via
> > the ImageMagick tool.  The volume we generate makes manual changes to 
> > each image out of the question.
> > 
> > ----
> > Steve Sapovits
> > Global Sports Interactive
> > Work Email: sapovitss@globalsportsinc.com
> > Home Email: steves@delanet.com
> > Work Phone: 610-491-7087
> > Cell:       610-574-7706
> > Pager:      877-239-4003
> > 
> > 
> > ***********************************************************************
> > To remove yourself from this mailing list, send mail to:
> > 	majordomo@wizards.dupont.com
> > 
> > Include the following command in the body of your message:
> > 	unsubscribe magick
> > ***********************************************************************
> 
> ***********************************************************************
> To remove yourself from this mailing list, send mail to:
> 	majordomo@wizards.dupont.com
> 
> Include the following command in the body of your message:
> 	unsubscribe magick
> ***********************************************************************

***********************************************************************
To remove yourself from this mailing list, send mail to:
	majordomo@wizards.dupont.com

Include the following command in the body of your message:
	unsubscribe magick
***********************************************************************

From magick-owner@unca-don.wizards.dupont.com Thu Feb 24 18:17 MET 2000
Received: from ns.ATComputing.nl (ns.ATComputing.nl [195.108.229.25])
	by atcmpg.ATComputing.nl (8.9.0/8.9.0) with ESMTP id SAA21506
	for <markov@ATComputing.nl>; Thu, 24 Feb 2000 18:17:36 +0100 (MET)
Received: (from nobody@localhost)
	by ns.ATComputing.nl (8.8.8/8.8.8) id SAA23500
	for <markov@ATComputing.nl>; Thu, 24 Feb 2000 18:17:35 +0100
Received: from mustang.oldcity.dca.net(216.158.38.3) by ns.ATComputing.nl via smap (V2.1)
	id xma023498; Thu, 24 Feb 00 18:17:21 +0100
Received: from unca-don.wizards.dupont.com ([204.183.81.133])
	by mustang.oldcity.dca.net (8.9.3/8.9.3/DCANET) with ESMTP id MAA27594;

t/folders/mbox.src  view on Meta::CPAN

> would be greatly appreciated.  I'll write a perl program for you in
> exchange
> or something.  8-)
> 
>  <<MCS_C_11452.gif>>  <<MCS_C_120x150.gif>>  <<result.gif>> 
> 
> 
> > -----Original Message-----
> > From:	Bill Radcliffe [SMTP:BillR@corbis.com]
> > Sent:	Thursday, February 24, 2000 11:07 AM
> > To:	'Steve Sapovits'; 'magick@wizards.dupont.com'
> > Subject:	RE: Transparency question
> > 
> > It would help me if you could send some small samples of exactly the
> > effect
> > you are trying to achieve. I'm sure IM can do whatever you want but the
> > road
> > to get there may not be at all obvious.
> > 
> > > -----Original Message-----
> > > From:	Steve Sapovits [SMTP:SapovitsS@globalsportsinc.com]
> > > Sent:	Wednesday, February 23, 2000 10:32 AM
> > > To:	Steve Sapovits; magick@wizards.dupont.com
> > > Subject:	RE: Transparency question
> > > 
> > > 
> > > Someone on this list and my image folks here seem to confirm that the
> > > problem
> > > here is with 'fringe' pixels that were not trimmed back as neatly as
> > > possible.  Any
> > > suggestions for automating this?  This whole thing needs to be
> batched.
> > I
> > > played
> > > with the transparency and fuzz options with no real difference noted.
> > > Trying 
> > > crop 0x0 makes some of the fringe whitespace areas neater, but it
> > doesn't
> > > get rid
> > > of them.
> > > 
> > > Any suggestions?
> > > 
> > > > -----Original Message-----
> > > > From:	Steve Sapovits [SMTP:SapovitsS@globalsportsinc.com]
> > > > Sent:	Wednesday, February 23, 2000 10:58 AM
> > > > To:	magick@wizards.dupont.com
> > > > Subject:	Transparency question
> > > > 
> > > > 
> > > > I'm trying to do the following:
> > > > 
> > > > 1)  Take a JPEG image and size it down to a particular size.
> > > > 2)  Overlay that JPEG on top of an GIF image to form a combined
> > result.
> > > > 
> > > > This works fine for the most part:  I use mogrify to resize,
> followed
> > by
> > > 
> > > > combine to overlay.
> > > > 
> > > > Now I'm presented with GIF images (the ones the JPEG is put on top
> of)
> > > > that have colors or other background attributes we want to 'show
> > > through'
> > > > the overlay where there is no image.
> > > > 
> > > > Even without any transparency options this seems to ALMOST work.
> The
> > > > problem is that there's a small area around each image of 'white'
> that
> > > > always
> > > > shows up.  Trying transparency or the 'matte' option of '-draw'
> seems
> > to
> > > > have
> > > > no effect.
> > > > 
> > > > Any ideas?  I'm an engineer -- not an image expert.  The images in
> > > > question
> > > > are handed to me.  I can change them if necessary and if it can be
> > done
> > > > via
> > > > the ImageMagick tool.  The volume we generate makes manual changes
> to 
> > > > each image out of the question.
> > > > 
> > > > ----
> > > > Steve Sapovits
> > > > Global Sports Interactive
> > > > Work Email: sapovitss@globalsportsinc.com
> > > > Home Email: steves@delanet.com
> > > > Work Phone: 610-491-7087
> > > > Cell:       610-574-7706
> > > > Pager:      877-239-4003
> > > > 
> > > > 
> > > >
> > ***********************************************************************
> > > > To remove yourself from this mailing list, send mail to:
> > > > 	majordomo@wizards.dupont.com
> > > > 
> > > > Include the following command in the body of your message:
> > > > 	unsubscribe magick
> > > >
> > ***********************************************************************
> > > 
> > >
> ***********************************************************************
> > > To remove yourself from this mailing list, send mail to:
> > > 	majordomo@wizards.dupont.com
> > > 
> > > Include the following command in the body of your message:
> > > 	unsubscribe magick
> > >
> *********************************************************************** <<
> File: MCS_C_11452.gif >>  << File: MCS_C_120x150.gif >>  << File:
> result.gif >> 

***********************************************************************
To remove yourself from this mailing list, send mail to:
	majordomo@wizards.dupont.com

Include the following command in the body of your message:
	unsubscribe magick
***********************************************************************

t/folders/mbox.src  view on Meta::CPAN

> > 
> >  <<MCS_C_11452.gif>>  <<MCS_C_120x150.gif>>  <<result.gif>> 
> > 
> > 
> > > -----Original Message-----
> > > From:	Bill Radcliffe [SMTP:BillR@corbis.com]
> > > Sent:	Thursday, February 24, 2000 11:07 AM
> > > To:	'Steve Sapovits'; 'magick@wizards.dupont.com'
> > > Subject:	RE: Transparency question
> > > 
> > > It would help me if you could send some small samples of exactly the
> > > effect
> > > you are trying to achieve. I'm sure IM can do whatever you want but
> the
> > > road
> > > to get there may not be at all obvious.
> > > 
> > > > -----Original Message-----
> > > > From:	Steve Sapovits [SMTP:SapovitsS@globalsportsinc.com]
> > > > Sent:	Wednesday, February 23, 2000 10:32 AM
> > > > To:	Steve Sapovits; magick@wizards.dupont.com
> > > > Subject:	RE: Transparency question
> > > > 
> > > > 
> > > > Someone on this list and my image folks here seem to confirm that
> the
> > > > problem
> > > > here is with 'fringe' pixels that were not trimmed back as neatly as
> > > > possible.  Any
> > > > suggestions for automating this?  This whole thing needs to be
> > batched.
> > > I
> > > > played
> > > > with the transparency and fuzz options with no real difference
> noted.
> > > > Trying 
> > > > crop 0x0 makes some of the fringe whitespace areas neater, but it
> > > doesn't
> > > > get rid
> > > > of them.
> > > > 
> > > > Any suggestions?
> > > > 
> > > > > -----Original Message-----
> > > > > From:	Steve Sapovits [SMTP:SapovitsS@globalsportsinc.com]
> > > > > Sent:	Wednesday, February 23, 2000 10:58 AM
> > > > > To:	magick@wizards.dupont.com
> > > > > Subject:	Transparency question
> > > > > 
> > > > > 
> > > > > I'm trying to do the following:
> > > > > 
> > > > > 1)  Take a JPEG image and size it down to a particular size.
> > > > > 2)  Overlay that JPEG on top of an GIF image to form a combined
> > > result.
> > > > > 
> > > > > This works fine for the most part:  I use mogrify to resize,
> > followed
> > > by
> > > > 
> > > > > combine to overlay.
> > > > > 
> > > > > Now I'm presented with GIF images (the ones the JPEG is put on top
> > of)
> > > > > that have colors or other background attributes we want to 'show
> > > > through'
> > > > > the overlay where there is no image.
> > > > > 
> > > > > Even without any transparency options this seems to ALMOST work.
> > The
> > > > > problem is that there's a small area around each image of 'white'
> > that
> > > > > always
> > > > > shows up.  Trying transparency or the 'matte' option of '-draw'
> > seems
> > > to
> > > > > have
> > > > > no effect.
> > > > > 
> > > > > Any ideas?  I'm an engineer -- not an image expert.  The images in
> > > > > question
> > > > > are handed to me.  I can change them if necessary and if it can be
> > > done
> > > > > via
> > > > > the ImageMagick tool.  The volume we generate makes manual changes
> > to 
> > > > > each image out of the question.
> > > > > 
> > > > > ----
> > > > > Steve Sapovits
> > > > > Global Sports Interactive
> > > > > Work Email: sapovitss@globalsportsinc.com
> > > > > Home Email: steves@delanet.com
> > > > > Work Phone: 610-491-7087
> > > > > Cell:       610-574-7706
> > > > > Pager:      877-239-4003
> > > > > 
> > > > > 
> > > > >
> > >
> ***********************************************************************
> > > > > To remove yourself from this mailing list, send mail to:
> > > > > 	majordomo@wizards.dupont.com
> > > > > 
> > > > > Include the following command in the body of your message:
> > > > > 	unsubscribe magick
> > > > >
> > >
> ***********************************************************************
> > > > 
> > > >
> > ***********************************************************************
> > > > To remove yourself from this mailing list, send mail to:
> > > > 	majordomo@wizards.dupont.com
> > > > 
> > > > Include the following command in the body of your message:
> > > > 	unsubscribe magick
> > > >
> > ***********************************************************************
> <<
> > File: MCS_C_11452.gif >>  << File: MCS_C_120x150.gif >>  << File:
> > result.gif >> 
> 
> ***********************************************************************
> To remove yourself from this mailing list, send mail to:
> 	majordomo@wizards.dupont.com
> 



( run in 1.367 second using v1.01-cache-2.11-cpan-39bf76dae61 )