aboutsummaryrefslogtreecommitdiff
path: root/src/loader.h
AgeCommit message (Collapse)Author
2016-01-14Loading image data from standard inputDmitrij D. Czarkoff
This commit changes processing of arguments: * When called without arguments (with or without flags), imv reads list of files from standard input. * When called with "-" among arguments, read image data from standard input.
2015-12-28Remove names from file copyright headersHarry Jeffery
2015-12-10Make imv_loader_get_image more informativeHarry Jeffery
2015-11-30Document imv_loader's methodsHarry Jeffery
2015-11-28Add some infrastructure for gif playbackHarry Jeffery
2015-11-28Load still images in the backgroundHarry Jeffery
2015-11-27Start performing loading in BGHarry Jeffery
2015-11-23Fix loader header guardHarry Jeffery
2015-11-19Rename imv_image -> imv_loader to prepare for refactoringHarry Jeffery