summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rotate.c
AgeCommit message (Collapse)Author
2012-10-18more generic way to deal with image chan conversion for resize/resample/rotatecinap_lenrek
this is to catch crazy color channels like k8a8 and the 15/16 bit ones and CMAP. basically, just convert to RGBA32 or RGB24 depending on if it has an alpha channel.
2011-12-02rotate: fix crash when image origin is not (0,0)glenda
2011-09-11npage: implement page optionscinap_lenrek
2011-09-10adding experimental page(1) replacement npagecinap_lenrek
2011-09-04add resize (from richard miller) and rotatecinap_lenrek