PSPWarp 0.3b coded by soundInsekt. 06 May 2006
------------------------------------------------------------------------------

PSPWarp is a program for interactive image warping based on IWarp a plugin for
The Gimp by Norbert Schmitz. It supports PNG and JPEG image formats

It's only for 1.5 firmware PSP for now, although it should work on 1.0 (I did
not test it)

Credits also goes to Yeldarb for his psp C programming tutorials (especially
lesson 4 on which this code is based)
------------------------------------------------------------------------------

How to install:
Copy pspwarp and pspwarp% folders to psp/game/ on your ms
and put some PNG or JPEG  pics in your psp/photo/ directory
------------------------------------------------------------------------------

Controls:

Select : Open a New image
Start : Save current warped image
	Saves to a new file in psp/photo/ called
	filename_DDMMYYYY_hh.mm.ss.jpg
	where filename is the name of the original pic, DD is the day of the
	month, MM the month, YYYY the year, and so on...
Triangle : Menu/Warp tool selection
Cross : Apply Deformation
L-Trigger : Increase warp area size
R-Trigger : Decrease warp area size
------------------------------------------------------------------------------

Changes:
- no-image bug fixed
- Now supports JPEG file format
- Saves to a JPEG file instead of a PNG one so that you can watch your warped
  picture with the original psp image viewer
