Skip to content

add a flipY option to StbImageLoader.load() #2752

@stephengold

Description

@stephengold

With the introduction of StbImageLoader in #2718, the AWTLoader was deprecated and considered for removal. However, StbImageLoader doesn't provide public methods for loading textures with the flipY argument, which AWTLoader implements here:

public Image load(InputStream in, boolean flipY) throws IOException{

and here:

public Image load(BufferedImage img, boolean flipY){

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

tracked

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions