view release on metacpan or search on metacpan
t/folders/mbox.cpy view on Meta::CPAN
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
t/folders/mbox.cpy view on Meta::CPAN
> 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
t/folders/mbox.cpy view on Meta::CPAN
> > 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
t/folders/mbox.cpy view on Meta::CPAN
> > > > 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
t/folders/mbox.cpy view on Meta::CPAN
> > > > > 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
t/folders/mbox.src view on Meta::CPAN
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
t/folders/mbox.src view on Meta::CPAN
> 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
t/folders/mbox.src view on Meta::CPAN
> > 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
t/folders/mbox.src view on Meta::CPAN
> > > > 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
t/folders/mbox.src view on Meta::CPAN
> > > > > 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
t/folders/mbox.win view on Meta::CPAN
Content-Length: 1489
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
t/folders/mbox.win view on Meta::CPAN
> 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
t/folders/mbox.win view on Meta::CPAN
> > 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
t/folders/mbox.win view on Meta::CPAN
> > > > 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
t/folders/mbox.win view on Meta::CPAN
> > > > > 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