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

Images #9

Closed
Rapptz opened this issue Sep 1, 2014 · 2 comments
Closed

Images #9

Rapptz opened this issue Sep 1, 2014 · 2 comments

Comments

@Rapptz
Copy link
Owner

Rapptz commented Sep 1, 2014

Find a way to wrap up SDL2_image. This allows loading of pngs, jpegs, etc.

@Rapptz Rapptz added this to the 1.0.0 milestone Sep 1, 2014
This was referenced Sep 1, 2014
@Rapptz
Copy link
Owner Author

Rapptz commented Nov 19, 2014

This is mostly finished. I decided that an sdl::image should be added and differentiate it from sdl::sprite (which is part of #14). sdl::sprite would deal with SDL_RenderCopyEx while sdl::image would be SDL_RenderCopy. I am not sure if sdl::image would be like sf::Image and be essentially SDL_Surface*.

Rapptz added a commit that referenced this issue Nov 19, 2014
@Rapptz
Copy link
Owner Author

Rapptz commented Nov 24, 2014

Decided on the latter. sdl::image doesn't exist. Just sdl::surface. So this issue is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant