Dev Loading PNG data (or other) into a Raku variable instead of into a file.#4
Conversation
|
Hmm... the author tests don't pass: @jforget: could you verify / fix? |
|
On my computer, the author tests run without any glitch. Yet, when I read the test script, I see that Fixed on my repo. Should I create a new pull request? |
|
No need for a new PR yet :-) With that addition gdFree removed, the test runs ok, but fails: |
|
I will be away from my keyboard for a few days, possibly until monday. Sorry about that. Thank you in advance. |
|
There is a tiny difference in the embedded JPEG data. This can be explained in a few ways.
Maybe I should at least remove testing Should I remove other formats? Maybe I should remove GIF? There are two functions for PNG: |
|
Perhaps a better test that wouldn't depend on identity of the whole? |
This pull request adds function
gdImagePngPtr(and similargdImageXXXPtrfunctions).Also: the POD documentation contains the list of libgd functions ported to GD::Raw.