I'm loving Asido! It definitely has a home in my toolbox. I've been able to rotate an image, but when I try to flip the same image, I'm getting an error.
Here is my code:
asido::driver('gd');
$file = 'upload/photos/'.$PHOTO['name'];
$i1 = asido::image(
$file,
$file // also tried with different than source
);
Asido::flop($i1);
// Asido::Flip($i1); // both...
2009-10-02 06:35:55 UTC in Asido