mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Removed iOS-specific code to decode and encode images using the ImageIO framework (it's now redundant.)
This commit is contained in:
@@ -31,12 +31,11 @@ namespace magpie
|
||||
{
|
||||
|
||||
/**
|
||||
* Interface between ImageData and the stb_image library, for decoding TGA and
|
||||
* BMP images.
|
||||
* Interface between ImageData and the stb_image library, for decoding JPEG,
|
||||
* TGA, and BMP images.
|
||||
*
|
||||
* We could use stb_image to decode PNG and JPEG as well, but performance and
|
||||
* comprehensive format support is lacking compared to some alternatives, plus
|
||||
* stb_image_write doesn't have JPEG support.
|
||||
* We could use stb_image to decode PNG as well, but performance and
|
||||
* comprehensive format support is lacking compared to some alternatives.
|
||||
**/
|
||||
class STBHandler : public FormatHandler
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user