Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-23Added code to compress tensor into PNG in-memory similar to compressJPG, also...Vladimir S. FONOV
2016-05-04[generic/png.c] Add missing error handlingThomas Köppe
2015-08-30png.c: move apart non generic functionsCédric Deltheil
2015-08-29png.c: bubble up error messages from libpngCédric Deltheil
2015-08-21fixed open 1-bit png on MacEdward Zhu
2015-06-26Support Lua 5.2Sam Gross
2015-06-14Fix 16-bit color PNG; add tests for color PNG files; use inline tensor expect...Ivan Krasin
2015-06-07png: add support for 16-bit PNG files.Ivan Krasin
2015-05-14addded some commentsNicholas Lineback
2015-05-13added decompression for from byte tensor for png and a generic decompression ...Nicholas Lineback
2015-03-27Replaced hard aborts with soft lua errors (possible to catch them by pcall())Martin Simonovsky
2013-01-09png: fixed leaks in read/writeRonan Collobert
2013-01-09png: support for bit depth != 8 (16 bits images are stripped for now)Ronan Collobert
2012-09-13Merge branch 'master' of github.com:clementfarabet/lua---imageClement Farabet
2012-09-13Changed API (torch)Clement Farabet
2012-07-25read PALETTE type png images is now working properlyCamille Couprie
2012-07-25solved a bug pointing to a PALETTE error when opening png imagesCamille Couprie
2012-07-11fixed bug in getPNGsize. cleanup compiler warningsMarco Scoffier
2011-08-23added getPNGsize functionMarco Scoffier
2011-07-31Added support for Gray+Alpha images (PNG)Clement Farabet
2011-07-24Reverting newContiguous.Clement Farabet
2011-07-22newContinguous takes an extra arg.Marco Scoffier
2011-07-10Fixed api change in contiguous()Clement Farabet
2011-07-03Optimzed PNG read/write by using linear memory access.Clement Farabet
2011-07-03Added bindings for libpng !!Clement Farabet