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-04-20fix narrow with math.floor (#220)HEADmasterNicholas Léonard
2017-04-20compressPNG should require 'liblua_png' rather than 'libpng'. (#219)gchanan
2017-03-23Added code to compress tensor into PNG in-memory similar to compressJPG, also...Vladimir S. FONOV
2017-02-28Fix "undefined symbol: luaopen_libpng" when running torch-android (#215)zheng03
2017-01-19Merge pull request #210 from asrata/masterSoumith Chintala
2017-01-19fix out-of-boundary bug when lineWidth is bigasrata
2016-10-11Merge pull request #198 from karandwivedi42/masterSoumith Chintala
2016-10-11Add image.getSize(filename) functionKaran Dwivedi
2016-10-04Merge pull request #196 from TimZaman/fix/warp-type-issueSoumith Chintala
2016-10-04Update .travis.ymlSoumith Chintala
2016-10-04Fixes warp type-fixing issue in #189Tim Zaman
2016-09-15Merge pull request #191 from karandwivedi42/masterSoumith Chintala
2016-09-15Merge pull request #192 from chunyang/masterSoumith Chintala
2016-09-15Update .travis.ymlSoumith Chintala
2016-09-15Return a sensible error on unknown file typeCharlie Yang
2016-09-14Cast int to floatKaran Dwivedi
2016-09-13Merge pull request #189 from qureai/masterSoumith Chintala
2016-09-13Fixed type issue in affinetransform and warp. See https://github.com/torch/im...Sasank Chilamkurthy
2016-08-25Merge pull request #185 from qureai/masterSoumith Chintala
2016-08-23Added documentation for affinetransformSasank Chilamkurthy
2016-08-23Add affine transform functionSasank Chilamkurthy
2016-07-31removing lena, adding grace hopperSoumith Chintala
2016-07-17Merge pull request #178 from bnsh/patch-1Soumith Chintala
2016-07-14Global y1Binesh Bannerjee
2016-07-04Merge pull request #174 from clement-masson/patch-1Soumith Chintala
2016-07-04Add details about image saving in the docClément Masson
2016-06-27Merge pull request #173 from gpleiss/drawrectSoumith Chintala
2016-06-27Implement drawRect functionGeoff Pleiss
2016-05-26Merge pull request #169 from TimZaman/test_warp_fixSoumith Chintala
2016-05-26Indentation fixesbrainstorm
2016-05-26Fixes warping scalebrainstorm
2016-05-06Merge pull request #167 from tkoeppe/pngSoumith Chintala
2016-05-04[generic/png.c] Add missing error handlingThomas Köppe
2016-05-04Merge pull request #166 from tkoeppe/gaussSoumith Chintala
2016-05-04Fix double-to-byte conversion orderThomas Köppe
2016-05-03Merge pull request #165 from DmitryUlyanov/patch-1Soumith Chintala
2016-05-03Add missing lab2rgb docDmitry Ulyanov
2016-05-01Merge pull request #163 from fmassa/scale_boundarySoumith Chintala
2016-05-01Fix in image.scale when one of the dimensions is too smallFrancisco Massa
2016-04-20Merge pull request #161 from lvdmaaten/patch-2Soumith Chintala
2016-04-20Fix bicubic interpolation when source has size 1Laurens van der Maaten
2016-04-19Update drawing.mdSoumith Chintala
2016-03-31Merge pull request #157 from colesbury/sysSoumith Chintala
2016-03-31Only require sys.fpath from sysSam Gross
2016-03-27Merge pull request #155 from Moodstocks/jpeg-inmemSoumith Chintala
2016-03-19jpeg: auto-detect jpeg_mem_src and jpeg_mem_destCédric Deltheil
2016-03-18Merge pull request #154 from Moodstocks/assert-errSoumith Chintala
2016-03-18test: switch to assertErrorCédric Deltheil
2016-03-10Merge pull request #151 from Moodstocks/testerSoumith Chintala
2016-03-10test: fix torch.Tester warningsCédric Deltheil