Search found 2 matches

by HocusLocus
2018-01-03T01:56:33-07:00
Forum: PerlMagick
Topic: How to create an image from scratch?
Replies: 6
Views: 146322

Re: How to create an image from scratch?

//// YAWN ////
Long day yesterday. Back after a nap to make sure everyone knows I am grateful to the ImageMaick crew and community... like audio took Audacity... despite steep learning curve, these are very sharp tools.
by HocusLocus
2018-01-02T21:37:36-07:00
Forum: PerlMagick
Topic: How to create an image from scratch?
Replies: 6
Views: 146322

Re: How to create an image from scratch?

I just registered so I could post this.

This is the most frustrating evening in WEEKS. I have spent 4 hours gnashing my teeth.
I just wanted to make an image object in memory and write to it.

$i2=Image::Magick->new;
Creates a AGGRAVATING DYSFUNCTIONAL object you cannot draw on.
$i2=Image::Magick ...