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
2016-02-04lua 5.3 fixeslua53Soumith Chintala
2016-02-03Merge pull request #140 from Moodstocks/magicSoumith Chintala
2016-02-03load: use magic number to detect image formatCédric Deltheil
2016-02-01Merge pull request #138 from colesbury/masterSoumith Chintala
2016-01-27Merge pull request #139 from Moodstocks/extra-jpgszSoumith Chintala
2016-01-27remove redundant `getJPGsize` functionCédric Deltheil
2016-01-22Only scale output in image.crop if dst is provdedSam Gross
2015-12-21Merge pull request #135 from jagapiou/bytefixSoumith Chintala
2015-12-21Fix issues with ByteTensors.John Agapiou
2015-12-19Merge pull request #136 from jonathantompson/omp_warpSoumith Chintala
2015-12-12Update test.luaSoumith Chintala
2015-12-10add openMP pragma to warp, hflip (non-inplace) and vflip (non-inplace).Jonathan Tompson
2015-11-27Merge pull request #131 from initialneil/masterSoumith Chintala
2015-11-27check given window visibleNeil Z. SHAO
2015-11-16Merge pull request #126 from dm-jrae/masterSoumith Chintala
2015-11-16image test: preserve default tensor type.Jack Rae
2015-11-15Update .travis.ymlSoumith Chintala
2015-11-08Merge pull request #124 from Moodstocks/ppm-warnSoumith Chintala
2015-11-08ppm.c: fix fread / fscanf warningsCédric Deltheil
2015-11-05Merge pull request #123 from jagapiou/restore_testsSoumith Chintala
2015-11-05Restore tests lost in commit 03e65a.John Agapiou
2015-11-04Merge pull request #122 from Moodstocks/merge_unit_testsSoumith Chintala
2015-11-04merge all unit testsAlban Desmaison
2015-11-04Merge pull request #120 from lvdmaaten/patch-1Soumith Chintala
2015-11-04Fix bug when empty / too small tensor is provided to decompress()Laurens van der Maaten
2015-11-03Merge pull request #118 from jagapiou/masterSoumith Chintala
2015-11-03Fix bug with image.scale 'bicubic' and ByteTensors.John Agapiou
2015-10-31Merge pull request #117 from bamos/masterSoumith Chintala
2015-10-31Fix broken link to torch.ch.Brandon Amos
2015-10-26added default torch7 licenseSoumith Chintala
2015-10-26fixing contbuild testSoumith Chintala
2015-10-26fixing dependencies, adding dok.Soumith Chintala
2015-10-26kick contbuildSoumith Chintala
2015-10-26added travis contbuildSoumith Chintala
2015-10-18Merge pull request #116 from torch/quietSoumith Chintala
2015-10-18Merge branch 'master' of github.com:torch/imagequietSoumith Chintala
2015-10-18removing 'quiet' for jpeg and pngSoumith Chintala
2015-10-16Merge pull request #115 from torch/fixwarningsSoumith Chintala
2015-10-16fix a bunch of warnings when compiling with -WallfixwarningsRonan Collobert
2015-10-16Merge pull request #114 from torch/croppingSoumith Chintala
2015-10-16Merge pull request #111 from torch/scalefactorSoumith Chintala
2015-10-16adding image.crop([dst,] src, format, width, height)croppingRonan Collobert
2015-10-15image.scale: remove rational dependency and support "*SC" and "*SCn/SCd"scalefactorRonan Collobert
2015-10-15Merge pull request #109 from torch/rescalingSoumith Chintala
2015-10-15Merge pull request #110 from torch/fixupSoumith Chintala
2015-10-15fixed annoying compilation warningsfixupRonan Collobert
2015-10-15fix corner-case issues when rescalingrescalingRonan Collobert
2015-09-16Merge pull request #106 from bshillingford/masterSoumith Chintala
2015-09-16Fix JPEG magic number to handle more JPEGsBrendan Shillingford
2015-09-14Merge pull request #105 from Moodstocks/warp_boundsSoumith Chintala