Search found 6 matches

by jta2010
2014-01-10T14:54:35-07:00
Forum: Users
Topic: put JPG on diff-size background without loss of information
Replies: 6
Views: 7009

Re: put JPG on diff-size background without loss of informat

Thanks so much for the quick replies!! -extent was what I was looking for... it should meet our needs. When I test the trivial case of using -extent to output the exact same size as the original, my file size GROWS by 9%, instead of shrinking by 5%. At least that could be attributed to data duplicat...
by jta2010
2014-01-10T13:11:08-07:00
Forum: Users
Topic: put JPG on diff-size background without loss of information
Replies: 6
Views: 7009

put JPG on diff-size background without loss of information

Hi all, I want to take a huge JPG and create a new, larger JPG consisting of the original JPG surrounded by a solid-color border. The new JPG should have the same IPTC metadata as the original (especially same colorspace). There should be no loss of quality for the original image in the center. Can ...
by jta2010
2012-09-29T15:32:22-07:00
Forum: PerlMagick
Topic: PerlMagick -- needing to write/read file after every change
Replies: 1
Views: 11308

Re: PerlMagick -- needing to write/read file after every cha

I eventually found PerlMagick code to do what I needed. To simulate writing & re-reading everything from disk, I use: $p_sRGB = Image::Magick->new; $p_sRGB->BlobToImage( $image->ImageToBlob() ); Calling ImageToBlob() then BlobToImage() will do an in-memory "flush" of the image data. In...
by jta2010
2012-09-29T15:27:38-07:00
Forum: PerlMagick
Topic: WinXP PerlMagick Install
Replies: 2
Views: 11657

Re: WinXP PerlMagick Install

I have very limited & specialized experience with PerlMagick, but in our environment, we typically have to install an older version of Perl to be able to get PerlMagick. We upgraded our Windows 2003 servers about six weeks ago. We would have liked to run Perl 5.16, but we had to run Perl 5.14.2 ...
by jta2010
2012-08-14T21:03:57-07:00
Forum: Users
Topic: partial transparency lost in composite -watermark
Replies: 3
Views: 7417

Re: partial transparency lost in composite -watermark

Hi Fred, Thanks so much for response. I'd already tried convert/-compose but, for me, they generated identical outputs to composite -dissolve and composite -watermark. So I don't think convert/-compose will help. Just now I also tried setting the colorspace to RGB & sRGB, but that did not cause ...
by jta2010
2012-08-14T18:28:00-07:00
Forum: Users
Topic: partial transparency lost in composite -watermark
Replies: 3
Views: 7417

partial transparency lost in composite -watermark

Hi, The "composite -watermark" command is not respecting the partial transparency of my PNG watermark. I'm using ImageMagick 6.7.7-8 2012-06-20 Q16 (i.e., latest version) on Windows 2008. Source JPG: http://www.cuttingedgephotography.co.uk/CE-IM/source.jpg Partially-transparent PNG waterma...