Re: PerlMagick and Moo

2015-07-21 Thread Rick Leir
On Mon, Jul 20, 2015 at 5:13 PM, Kent Fredric kentfred...@gmail.com wrote: On 21 July 2015 at 03:35, Rick Leir richard.l...@canadiana.ca wrote: My question is how can you delete all the images but retain the Graphics::Magick object? I do not want to use the undef loop above. With normal

Re: PerlMagick and Moo

2015-07-20 Thread Karen Etheridge
service for GM PerlMagick, and Moo was suggested. The GM object is kept across requests, but the image memory is freed (question below). Here is what it looks like: package Something::Magick; use Graphics::Magick; use Dancer::Core::Types; # brings helper for types use MooX::Types::MooseLike