Over the weekend I managed to implement most of the fountain (or gradient) fill code I wanted. So I wanted to be able to load GIMP Gradient files - and found a bunch of new features I'd have to add to support them. So I will. Eventually.
Last night I was trying to get my filters example page to work with JPEG files instead of PNG files - and bumped into a few JPEG bugs. First was a screwup left over from the exp_represent merge - the code to call i_writejpeg() had migrated up into Imager::read()! D'oh!
Second was a problem in the IO layer translation code, now fixed.
Now I just need to figure out why the transform2 demo isn't working. <sigh>