in reply to Re^2: Imager::GIF seems broken
in thread Imager::GIF seems broken

I'm glad you found a solution, your previous post would make a good patch.

Replies are listed 'Best First'.
Re^4: Imager::GIF seems broken
by Anonymous Monk on Jan 05, 2020 at 16:24 UTC
    > a good patch

    I'm not sure if the documentation is broken, or the module itself. The docs are consistent with how Imager usually works (using "new" to make object and possibly load data, or using "read" on object to load data, then giving "file => $file" hash to write method). Patching the docs would get the current module working for people, whereas patching the module would make it conform to the docs and work like usual Imager code.

    🤔

      Raising your findings/concerns as an issue would be good, helpful to anyone else who may run into the same problem you did.