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
2016-10-11Add image.getSize(filename) functionKaran Dwivedi
2016-10-04Fixes warp type-fixing issue in #189Tim Zaman
2016-09-15Return a sensible error on unknown file typeCharlie Yang
2016-09-13Fixed type issue in affinetransform and warp. See https://github.com/torch/im...Sasank Chilamkurthy
2016-08-23Add affine transform functionSasank Chilamkurthy
2016-07-31removing lena, adding grace hopperSoumith Chintala
2016-07-14Global y1Binesh Bannerjee
2016-06-27Implement drawRect functionGeoff Pleiss
2016-05-01Fix in image.scale when one of the dimensions is too smallFrancisco Massa
2016-03-31Only require sys.fpath from sysSam Gross
2016-02-26add a simple font drawing functionSoumith Chintala
2016-02-13include -> requireSoumith 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-21Fix issues with ByteTensors.John Agapiou
2015-11-27check given window visibleNeil Z. SHAO
2015-11-04merge all unit testsAlban Desmaison
2015-11-04Fix bug when empty / too small tensor is provided to decompress()Laurens van der Maaten
2015-10-16Merge pull request #114 from torch/croppingSoumith 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-15fix corner-case issues when rescalingrescalingRonan Collobert
2015-09-16Fix JPEG magic number to handle more JPEGsBrendan Shillingford
2015-08-24Fix clampImage function call to saturateSam Gross
2015-08-17Support saving torch.ByteTensor imagesSam Gross
2015-08-14Merge pull request #92 from gheinrich/dev/issue_91Soumith Chintala
2015-08-14Fix call to processPNG from decompressPNG - closes #91Greg Heinrich
2015-08-14Added user specified pad value to warp function.Jonathan Tompson
2015-07-22Add bicubic interpolation to image.scale.John Agapiou
2015-06-26Support Lua 5.2Sam Gross
2015-06-19Merge pull request #76 from krasin/two-args-png-loadSoumith Chintala
2015-06-18Fix for using non-torch.DoubleTensor inputs to image.gaussianpyramidmarris
2015-06-07png: add support for 16-bit PNG files.Ivan Krasin
2015-05-13added decompression for from byte tensor for png and a generic decompression ...Nicholas Lineback
2015-05-01rgb2y for byte tensors (needed to go into C for efficiency)bytechan1Soumith Chintala
2015-05-01adding better error messagingSoumith Chintala
2015-04-26Merge pull request #65 from torch/jpegperfSoumith Chintala
2015-04-26fixing y2jet for other default tensor typesjpegperfsoumith
2015-04-25Merge pull request #63 from jonathantompson/hflip_vflip_assert_fixSoumith Chintala
2015-04-25more perf for jpeg decoder, made static loops for 1,3 channel casessoumith
2015-04-24modifed h/vflip assert to only check if 2D tensors are contiguous (maintainin...Jonathan Tompson
2015-04-15Added flip function (to flip an arbitrary dimension up to 5D).Jonathan Tompson
2015-03-26image.gaussian result tensorNicholas Leonard