Actions
Task #102148
closedEpic #101608: File Abstraction Layer Changes for v13
Cleanup GifBuilder code
Status:
Closed
Priority:
Should have
Assignee:
Category:
Image Generation / GIFBUILDER
Target version:
Start date:
2023-10-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
This change avoids using the $this->im
property which is the resource pointer to the
\GdImage object.
In addition, the method gifBuild() is the only place
to deal with absolute path and the actual path
prefix, making fileName() easier to understand.
This change will then allow to advance with
Gdlib, adding support for webp at the next stage.
Actions