I''ve got it working now... thank you so much
I'm embarrassed to say you seem to right about the x. It would appear that the size specification (I did a cut 'n paste from Apple''s website) likely contained a multiplication character that I mistook for a simple "x"
Search found 5 matches
- 2018-09-13T18:49:30-07:00
- Forum: PerlMagick
- Topic: Generate a PNG containing black
- Replies: 9
- Views: 104255
- 2018-09-13T14:20:21-07:00
- Forum: PerlMagick
- Topic: Generate a PNG containing black
- Replies: 9
- Views: 104255
Re: Generate a PNG containing black
Yes I did use the \! syntax. the error just doesn't't show it. PerlMagick does seem to support that syntax I''ve used it in other scripts
Thanks for your help!
Thanks for your help!
- 2018-09-13T13:22:29-07:00
- Forum: PerlMagick
- Topic: Generate a PNG containing black
- Replies: 9
- Views: 104255
Re: Generate a PNG containing black
the error I'''m getting now is Exception 410: invalid geometry `800×480!' @ error/geometry.c/ParseRegionGeometry/1629
- 2018-09-13T12:16:29-07:00
- Forum: PerlMagick
- Topic: Generate a PNG containing black
- Replies: 9
- Views: 104255
Re: Generate a PNG containing black
that didn't help. The problem seems to be the geometry
- 2018-09-13T10:11:06-07:00
- Forum: PerlMagick
- Topic: Generate a PNG containing black
- Replies: 9
- Views: 104255
Generate a PNG containing black
I'm trying to use perlmagick to automate creating Apple TV icons and I'm having a problem generating an black png file and wondered if anyone could help The resize fails. Image Magick version: 7.0.8-11 #!/usr/bin/env perl use strict; use warnings; use Image::Magick; my $image = Image::Magick->new ...