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
2017-01-19fix out-of-boundary bug when lineWidth is bigasrata
2016-10-11Add image.getSize(filename) functionKaran Dwivedi
2016-09-14Cast int to floatKaran Dwivedi
2016-06-27Implement drawRect functionGeoff Pleiss
2016-05-04[generic/png.c] Add missing error handlingThomas Köppe
2016-04-20Fix bicubic interpolation when source has size 1Laurens van der Maaten
2016-03-19jpeg: auto-detect jpeg_mem_src and jpeg_mem_destCédric Deltheil
2016-02-26add a simple font drawing functionSoumith Chintala
2016-02-04ppm: raise an error if fopen failedCédric Deltheil
2015-12-21Fix issues with ByteTensors.John Agapiou
2015-12-10add openMP pragma to warp, hflip (non-inplace) and vflip (non-inplace).Jonathan Tompson
2015-11-08ppm.c: fix fread / fscanf warningsCédric Deltheil
2015-11-03Fix bug with image.scale 'bicubic' and ByteTensors.John Agapiou
2015-10-16fix a bunch of warnings when compiling with -WallfixwarningsRonan Collobert
2015-10-15fixed annoying compilation warningsfixupRonan Collobert
2015-09-13warp: fix bounds checking for bicubic modeCédric Deltheil
2015-09-12Fix bicubic interpolation in image.warpSam Gross
2015-09-03Fix boundary/quantization artefacts on rotation.Eduard Trulls
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-29Merge pull request #95 from edward-zhu/pngfixSoumith Chintala
2015-08-25add in-place error message for rotateAysegul
2015-08-21fixed open 1-bit png on MacEdward Zhu
2015-08-14Added user specified pad value to warp function.Jonathan Tompson
2015-07-31fixing scale bugs in bilinear (src = 1) and bicubic (dest = 1)bilinearfixsoumith
2015-07-30Merge pull request #86 from jagapiou/bicubicSoumith Chintala
2015-07-24Work under windowssamehkhamis
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-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-06-02Use sinf and cosf instead of non-standard sincosfMarat Dukhan
2015-06-02Avoid recomputing sin/cos in rotate main loopMarat Dukhan
2015-05-14addded some commentsNicholas Lineback
2015-05-13added decompression for from byte tensor for png and a generic decompression ...Nicholas Lineback
2015-05-02jpeg.c: raise libjpeg error message on size/loadCédric Deltheil
2015-05-01rgb2y for byte tensors (needed to go into C for efficiency)bytechan1Soumith Chintala
2015-04-25more perf for jpeg decoder, made static loops for 1,3 channel casessoumith
2015-04-24jpeg decoding optimizations. removing bound checksjpegoptimSoumith Chintala
2015-04-15Added flip function (to flip an arbitrary dimension up to 5D).Jonathan Tompson
2015-03-27Replaced hard aborts with soft lua errors (possible to catch them by pcall())Martin Simonovsky
2015-03-11Added documentation for decompressJPG. Added function to do JPG compression ...Jonathan Tompson
2015-02-17added sRGB <-> Lab conversionMikael Rousson
2015-02-17speed up log-polar transformlvdmaaten
2015-02-16add log-polar transformlvdmaaten
2015-02-14add option for polar transform of full or valid partlvdmaaten
2015-02-10add polar transformlvdmaaten