Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Fix zlib deflate/inflate and change image load #55

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Conversation

oAGoulart
Copy link
Owner

Fix zlib_deflate and zlib_inflate returning wrong flag
Change image_load to deflate images

@oAGoulart oAGoulart added enhancement New feature or request improvement An improvement to something that already exists labels Feb 15, 2021
@oAGoulart oAGoulart self-assigned this Feb 15, 2021
@todo
Copy link

todo bot commented Feb 15, 2021

Add other types of raster images */

libpampa/include/image.h

Lines 107 to 112 in 71b1310

/* TODO: Add other types of raster images */
if (is_png(img)) {
if (file_seek(img, 8)) {
size_t chunks = 0;
while (file_read(img, 0, 8, true)) {
chunks++;


This comment was generated by todo based on a TODO comment in 71b1310 in #55. cc @oAGoulart.

@oAGoulart oAGoulart merged commit 62656bd into master Feb 15, 2021
@oAGoulart oAGoulart deleted the updates branch February 15, 2021 15:02
@todo todo bot mentioned this pull request Feb 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request improvement An improvement to something that already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant