Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Image library #520

Merged
merged 11 commits into from
Jul 22, 2024
Merged

Conversation

a740g
Copy link
Contributor

@a740g a740g commented Jul 17, 2024

This PR refactors the image library by avoiding the inclusion of sub-library implementations within image.cpp. Now, each component is compiled in its own translation unit, and the resulting object files are added to image.a. The PR also enables the _SAVEIMAGE command to export images in the GIF format.

Update: Adds support for loading .ico and .cur files, as well as saving .ico files, using _LOADIMAGE and _SAVEIMAGE respectively.

@a740g a740g added the enhancement New feature or request label Jul 17, 2024
@a740g a740g self-assigned this Jul 17, 2024
@a740g a740g merged commit 804b5e8 into QB64-Phoenix-Edition:main Jul 22, 2024
4 checks passed
@a740g a740g deleted the image-lib-refactor branch July 22, 2024 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants