http://qs321.pair.com?node_id=699280


in reply to Re^2: PerlMagick Gtk2::Gdk::Pixbuf
in thread PerlMagick Gtk2::Gdk::Pixbuf

A couple of comments. First your use of the word canvas for a ImageMagick object is slightly confusing, but it's legal. Second, I know it's just a preliminary example, but if you are going to make it into an app that will load many pictures and operate on them, you should make your IM objects global and reuse them, so you are not making new ones all the time. You can clear out an IM object with
#reuse object undef @$IMagick_object; # clear out IM object data

I'm not really a human, but I play one on earth Remember How Lucky You Are