Please scroll down for the download button
and more file information.
File Description
Hazed Mirror Productions (http://hazedmirror.gmdude66.net/index.php) presents
The Easy Accelerated Image library.
INTRODUCTION
Most new C/C++ PSP developers use graphics.c/h for rendering images. However, in my own experience, the graphics.c/h library is too slow and lacks image rotation and scaling, but it is very easy to use. So I thought of making a library that is as easy but renders images using Vertices in ortho projection mode instead of using GU_SPRITES, so that faster render speed, rotation, and scaling could be supported.
This release is marked as version 0.1. It lacks some of the features that are in graphics.c like blitting images or text on to another image.