ps2dev / ps2sdk-ports

Ports of useful libraries to PS2SDK
Other
107 stars 43 forks source link

Lib JPEG improvements #71

Closed fjtrujy closed 3 years ago

fjtrujy commented 3 years ago

Description

This PR does 2 things:

I will create additionals PRs in gskit, OPL and wLE

Thanks

fjtrujy commented 3 years ago

Hello @rickgaiser,

I understand all your comments, and they make totally sense, however nowadays every single SDK, also exposes some additional frameworks or tools to make developer life easier.

This is why having these functions in additional libraries, could be good for lazy developers that just look for an easy solution, otherwise, for instance, where you will expose a function to generate a screenshot in a jpg format? Would remove the function from the ports and include it in every single app.....? I don't think so.

Anyway, I enforce, the idea that both OPL and wLE should use libjgp directly and use their own implementation, but it is up to them.

What do you think?

Thanks

fjtrujy commented 3 years ago

@rickgaiser I will do an improvement in the ps2sdk for the screenshot functions, it is currently so weird, but I will do as a separate PR.

Thanks