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
path: root/test
AgeCommit message (Expand)Author
2017-03-23Added code to compress tensor into PNG in-memory similar to compressJPG, also...Vladimir S. FONOV
2016-10-04Fixes warp type-fixing issue in #189Tim Zaman
2016-09-15Return a sensible error on unknown file typeCharlie Yang
2016-07-31removing lena, adding grace hopperSoumith Chintala
2016-06-27Implement drawRect functionGeoff Pleiss
2016-05-26Indentation fixesbrainstorm
2016-05-26Fixes warping scalebrainstorm
2016-05-04Fix double-to-byte conversion orderThomas Köppe
2016-03-18test: switch to assertErrorCédric Deltheil
2016-03-10test: fix torch.Tester warningsCédric Deltheil
2016-02-26add a simple font drawing functionSoumith Chintala
2015-12-21Fix issues with ByteTensors.John Agapiou
2015-12-12Update test.luaSoumith Chintala
2015-11-16image test: preserve default tensor type.Jack Rae
2015-11-08ppm.c: fix fread / fscanf warningsCédric Deltheil
2015-11-05Restore tests lost in commit 03e65a.John Agapiou
2015-11-04merge all unit testsAlban Desmaison
2015-11-03Fix bug with image.scale 'bicubic' and ByteTensors.John Agapiou
2015-08-30png.c: move apart non generic functionsCédric Deltheil
2015-08-17Support saving torch.ByteTensor imagesSam Gross
2015-08-14Added user specified pad value to warp function.Jonathan Tompson
2015-07-22Add bicubic interpolation to image.scale.John Agapiou
2015-07-13Fixing broken PGMA loading - Adding testMatthieu Tourne
2015-06-26Support Lua 5.2Sam Gross
2015-06-19Merge pull request #76 from krasin/two-args-png-loadSoumith Chintala
2015-06-18Added a primitive test file for gaussianpyramidmarris
2015-06-14Fix 16-bit color PNG; add tests for color PNG files; use inline tensor expect...Ivan Krasin
2015-06-12Delete unused codeIvan Krasin
2015-06-12Add test_png.lua that checks gray images (8- and 16-bit)Ivan Krasin
2015-04-15Added flip function (to flip an arbitrary dimension up to 5D).Jonathan Tompson
2015-03-11Added documentation for decompressJPG. Added function to do JPG compression ...Jonathan Tompson
2015-02-17added sRGB <-> Lab conversionMikael Rousson
2015-01-29UpdatedAndrew Tulloch
2014-12-25Add bilinear mode for rotate()nagadomi
2014-10-13moving all tests to the tests folder and renaming tests to testSoumith Chintala