summaryrefslogtreecommitdiff
path: root/sys/src/cmd/resize.c
AgeCommit message (Collapse)Author
2014-11-26resize: fix typomischief
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.
2012-07-16resize: fix wrong image size when using non ZP origincinap_lenrek
2011-10-06manpages for resize and rotatecinap_lenrek
2011-09-04resize: fix division by zerocinap_lenrek
2011-09-04add resize (from richard miller) and rotatecinap_lenrek