Commit Graph

26 Commits

Author SHA1 Message Date
Tom 66447e14d4
Merge pull request #360 from jaberwoky/master
Panic on reading Exif
2021-08-07 18:02:47 +02:00
Koya Fukushi 97b3679909 goimports 2021-07-20 12:32:32 +09:00
Yaroslav Khrylchenko 3b61e30982 add test 2020-11-12 17:32:40 +03:00
Lars Fronius 5c3317d077
Use faster encoding setting in test
Add avif test photo, that I had forgotten
2020-10-14 14:23:56 +02:00
Lars Fronius e87ff245c1
Since AVIF computation was awfully slow, this exposes the CPU effort setting "speed". 2020-10-14 13:43:37 +02:00
Lars Fronius 83c14048e0
Adds AVIF support
* This adds a new type AVIF to the supported type list if libvips >= 8.9.0
 * Calls libheif through libvips with the AV1 compression set to save AVIF images.
2020-10-10 15:25:53 +02:00
Tomas 68f4faa420 fix(tests): autorotate 2020-08-12 16:43:30 +02:00
Tomas eb05f0644e fix(tests): add libvips 8.10 exception 2020-08-12 16:26:29 +02:00
Tomas 26b22e9a6f feat: autorotate 2020-08-04 19:40:07 +02:00
Tomas Aparicio 127eb5cfbc feat: add Gopkg manifests, move fixtures to testdata, add vendor dependencies 2017-10-30 09:41:13 +01:00
Tomas Aparicio ab4ef56bab feat(#189): allow strip image metadata via bimg.Options.StripMetadata = bool 2017-09-10 17:16:31 +02:00
Yoan Blanc d80a894873
Check the length before jumping into buffer.
Closes #170

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-07-18 10:06:50 +02:00
Albert-Jan de Vries 6ca6dd12de Second try, watermarking memory issue fix 2017-04-05 16:33:34 +02:00
Tomás Aparicio cd2e0bb57d Revert "Fix for memory issue when watermarking images" 2017-04-05 09:58:54 +01:00
Albert-Jan de Vries ff7970929b Fix for memory issue when watermarking images 2017-03-31 09:28:55 +02:00
Jaume Pinyol 1a661e4e52 Add support for image watermarks 2017-01-24 20:07:59 +01:00
Yoan Blanc a2ba03da29
Refactoring IsTypeSupport to deal with save.
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2016-12-14 08:01:40 +01:00
Yoan Blanc dcd91c85e0
Adding support for TIFF save.
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2016-12-14 08:01:40 +01:00
Yoan Blanc 190fe92e28
Saving to TIFF should also fail
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2016-12-14 08:01:26 +01:00
Yoan Blanc b02f2d89cd
Testing the formats that cannot be saved
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2016-11-13 15:48:26 +01:00
Yoan Blanc 00fee003f7
Add support for 45° rotation. 2016-08-25 15:38:21 +02:00
Tomas Aparicio 0bff28381f fix(#46): transform to proper image size 2015-07-11 19:45:10 +01:00
Tomas Aparicio 7be9d7bad5 fix(#42): change interlace type. fix C bindings 2015-06-12 10:28:37 +01:00
Brant Fitzsimmons 0019d370e9 Added progressive jpeg functionality. 2015-06-10 18:55:58 -04:00
Tomas Aparicio 2bc5756fad feat(test): better coverage for vips interface 2015-04-11 14:19:15 +02:00
Tomas Aparicio 39931145de feat(test): vips 2015-04-08 00:58:26 +02:00