| Summary: | [patch] Remove unnecessary loop from IMG_tif.c | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | Daniel <daniel.plakhotich> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Patch | ||
Fixed, thanks! https://hg.libsdl.org/SDL_image/rev/b6f8fbe5a386 |
Created attachment 2593 [details] Patch This patch removes unnecessary loop from IMG_tif.c by using TIFFReadRGBAImageOriented() with ORIENTATION_TOPLEFT (TIFFReadRGBAImageis just an alias for TIFFReadRGBAImageOriented with ORIENTATION_BOTLEFT).