summaryrefslogtreecommitdiffstats
path: root/tests/imgListFormat.test
Commit message (Collapse)AuthorAgeFilesLines
* Changed from #ARGB to #RGBA color formatsimonbachmann2017-06-181-22/+22
|
* Fixed bug in format suboptions parsing (crash with no value to -colorformat)simonbachmann2017-04-081-139/+200
|
* Added -withalpha option to [imageName get].simonbachmann2017-03-231-0/+600
The list-of-lists-of-pixel-data format now is a registered format as the others. Thanks to this change, [imageName data] now can return data that includes the alpha channel. Changed the position of the '-alpha' and '-boolean' options to [imageName transparency set]. Updated doc Updated test suite