Commit graph

  • da839c603e fix(docs): typo Tomás Aparicio 2015-10-13 09:00:40 +01:00
  • b7eaa00f10 feat(#60): support zero top and left params in extract operation Tomas Aparicio 2015-10-12 21:36:37 +01:00
  • 89292e7ead refactor(docs): support with libvips 8.0 is stable for now Tomas Aparicio 2015-10-06 22:28:50 +01:00
  • 7980ee1ae8 feat(docs): add libvips version compatibility note Tomas Aparicio 2015-10-06 13:37:06 +01:00
  • 9342d6482a refactor(type): simplify image type matching Tomas Aparicio 2015-10-04 10:05:05 +01:00
  • d06464fca2 feat(version): bump Tomas Aparicio 2015-09-29 23:49:58 +01:00
  • 8fdf28fe5e fix(#56) Tomas Aparicio 2015-09-29 23:37:42 +01:00
  • fd4fdee2cc merge(#55) Tomas Aparicio 2015-09-29 08:45:46 +01:00
  • 174de89a40 refactor(#55): minor changes, use proper declarations, unref image Tomas Aparicio 2015-09-29 08:45:02 +01:00
  • e83c80c93c - Adding a Background option when flattening out a transparent PNG Clement DAL PALU 2015-09-28 17:33:38 -07:00
  • ebb3688b44 feat(docs): update benchmarks Tomas Aparicio 2015-09-21 11:01:21 +01:00
  • 5f551e53b8 feat(docs): add list of contributors Tomas Aparicio 2015-09-15 21:44:43 +01:00
  • 92e14757b0 feat(docs): update API docs Tomas Aparicio 2015-09-15 21:31:19 +01:00
  • 5dfb883f50 feat(#52): add test case Tomas Aparicio 2015-09-15 21:30:32 +01:00
  • bfe0c7949f vips_gaussblur: remove dependency on libmath Thomas Meson 2015-09-15 12:24:38 +02:00
  • 5667ecda25 vips__gaussblur: renamed to vips_gaussblur_bridge Thomas Meson 2015-09-15 12:23:05 +02:00
  • b74cbd5173 resize: move effects to more explicit methods Thomas Meson 2015-09-15 11:28:05 +02:00
  • 6968a8a453 vips__gaussblur: add the missing sentinel Thomas Meson 2015-09-14 18:16:03 +02:00
  • 4cc9e0dde1 transformImage: apply gaussian blur if needed Thomas Meson 2015-09-14 17:58:24 +02:00
  • 404cbf902f vips: add a vips__gaussblur method Thomas Meson 2015-09-14 17:12:46 +02:00
  • 0f31f20ded feat(version): bump Tomas Aparicio 2015-09-08 23:09:46 +02:00
  • d2de746269 merge(zllak-debian) Tomas Aparicio 2015-09-08 22:55:09 +02:00
  • 31422b4c7f merge(zllak-debian) Tomas Aparicio 2015-09-08 22:54:32 +02:00
  • 0e5ba53847 vips.h: problem with vips_init() Thomas Meson 2015-09-08 14:31:54 +02:00
  • ae4046b5a5 vips.h: fail to build on Debian Jessie Thomas Meson 2015-09-08 14:31:12 +02:00
  • 801615d05f refactor(vips): free watermark cache. refactor vips.h Tomas Aparicio 2015-09-07 20:46:38 +02:00
  • 1c2f37648c refactor(vips): use shortcut to VipsImage C type Tomas Aparicio 2015-09-07 20:33:21 +02:00
  • b78fe09f17 fix(docs): remove old badge Tomás 2015-08-02 13:01:58 +01:00
  • c07a3fcbc2 version(bump) Tomas Aparicio 2015-07-28 21:30:47 +01:00
  • 4ae0ea7274 feat(#49) Tomas Aparicio 2015-07-28 21:30:10 +01:00
  • c1e0c73d50 feat(#49) Tomas Aparicio 2015-07-28 21:29:47 +01:00
  • ebe8d27556 refactor(docs): description Tomás 2015-07-21 18:55:25 +01:00
  • f1fc2d662b feat(version): bump Tomas Aparicio 2015-07-11 20:45:29 +01:00
  • 851e65e71e refactor(colourspace) Tomas Aparicio 2015-07-11 20:16:39 +01:00
  • fa55264a97 feat(docs): add force resize example Tomas Aparicio 2015-07-11 19:53:30 +01:00
  • 0bff28381f fix(#46): transform to proper image size Tomas Aparicio 2015-07-11 19:45:10 +01:00
  • 1287087a44 feat: remove fixture Tomas Aparicio 2015-07-11 16:51:08 +01:00
  • ed4faadba6 refactor(#47): minor refactors, code normalization and test coverage Tomas Aparicio 2015-07-11 16:50:25 +01:00
  • 6edd96ee41 Merge pull request #47 from greut/45-grayscale Tomás 2015-07-11 15:23:17 +01:00
  • 8a2b991ce8 Add support for colourspace (fix #45) Yoan Blanc 2015-07-10 15:56:21 +02:00
  • 5874efef3e fix(resize): default options Tomas Aparicio 2015-07-09 23:35:04 +01:00
  • a45e277f68 refactor(resize) Tomas Aparicio 2015-07-09 23:31:51 +01:00
  • 417616ef9c fix(#46): infer resize operation Tomas Aparicio 2015-07-09 23:30:20 +01:00
  • 9db6f2a0ea fix(#46): infer resize operation Tomas Aparicio 2015-07-09 23:30:08 +01:00
  • 16db01647d refactor(docs): description Tomás 2015-07-02 22:08:04 +01:00
  • 5b86fce207 fix(docs) Tomás 2015-06-29 10:21:26 +01:00
  • 4678a066b6 fix(test): bad option field Tomas Aparicio 2015-06-13 22:43:32 +01:00
  • 977f04fd7d feat(version): bump Tomas Aparicio 2015-06-13 22:13:10 +01:00
  • 099acec8ea feat(docs): update API Tomas Aparicio 2015-06-13 22:12:53 +01:00
  • 5d322714ec feat: allow to remove ICC profile metadata Tomas Aparicio 2015-06-13 22:11:54 +01:00
  • 941b15cd9a feat: save a RGB colorspace Tomas Aparicio 2015-06-13 20:16:28 +01:00
  • e4f822b28c feat(version): bump Tomas Aparicio 2015-06-13 17:43:04 +01:00
  • 5d3a306adc fix(#43) Tomas Aparicio 2015-06-13 17:39:25 +01:00
  • 827eb82ea3 feat(version): bump Tomas Aparicio 2015-06-12 10:33:30 +01:00
  • 078915240a feat(docs): update API docs Tomas Aparicio 2015-06-12 10:32:34 +01:00
  • f1d1e22432 merge(#42) Tomas Aparicio 2015-06-12 10:29:32 +01:00
  • 7be9d7bad5 fix(#42): change interlace type. fix C bindings Tomas Aparicio 2015-06-12 10:28:37 +01:00
  • a292e706ea This should not have been added. Brant Fitzsimmons 2015-06-10 18:59:14 -04:00
  • 0019d370e9 Added progressive jpeg functionality. Brant Fitzsimmons 2015-06-10 18:55:58 -04:00
  • 9fdbefd330 fix(docs): minor typo fixes Tomás Aparicio 2015-06-03 18:38:32 +01:00
  • cc627a48a6 feat(docs): add openslide how to install. Related with #40 Tomás Aparicio 2015-06-03 17:14:15 +01:00
  • c6f179d444 refactor(docs): feature list Tomás Aparicio 2015-06-03 16:11:06 +01:00
  • 6ca9bed996 refactor(vips): switch option Tomás Aparicio 2015-06-03 13:37:32 +01:00
  • 6702817185 refactor(vips): remove debug statement, add comments Tomás Aparicio 2015-06-03 13:30:49 +01:00
  • b6bc20df55 Merge pull request #39 from bfitzsimmons/patch-1 Tomás Aparicio 2015-05-25 16:28:49 +01:00
  • 96e188931d Fixed the JPEG watermark benchmark. Brant Fitzsimmons 2015-05-25 11:27:15 -04:00
  • 3fb0b1a000 feat(version): bump Tomas Aparicio 2015-05-24 12:31:21 +01:00
  • fad31e4859 refactor(docs): description Tomás Aparicio 2015-05-24 12:28:15 +01:00
  • 13bf088553 refactor(docs): description Tomás Aparicio 2015-05-10 22:01:44 +02:00
  • 68316a6449 merge Tomas Aparicio 2015-05-06 10:38:12 +02:00
  • a29fa25dfc refactor(vips) Tomas Aparicio 2015-05-05 20:28:39 +02:00
  • 93cf8a1bb8 fix(badge) Tomás Aparicio 2015-05-03 15:30:20 +02:00
  • 60254d6b7a refactor(badge): release Tomás Aparicio 2015-05-03 15:27:35 +02:00
  • fc5a4ffd26 refactor(docs): description Tomás Aparicio 2015-04-30 15:08:32 +02:00
  • 271310b4fc refactor(docs): remove beta note Tomás Aparicio 2015-04-30 11:24:55 +02:00
  • 789b13aef8 fix(docs): watermark example Tomás Aparicio 2015-04-27 18:02:57 +02:00
  • 5d13fba8be feat(version): bump Tomas Aparicio 2015-04-27 11:50:47 +02:00
  • c9001cd22c feat(crop): add method shortcuts for crop Tomas Aparicio 2015-04-27 11:49:15 +02:00
  • 6d27b8ef91 feat(version): bump Tomas Aparicio 2015-04-26 20:08:34 +02:00
  • 720c2bcf94 fix(#35): save webp Tomas Aparicio 2015-04-26 20:07:47 +02:00
  • d4bb89a74e fix(travis): fuck coveralls Tomas Aparicio 2015-04-25 20:04:45 +02:00
  • 9d47e1b1fb feat(version): bump Tomas Aparicio 2015-04-25 19:59:05 +02:00
  • c3b4dbe26e refactor(docs): description Tomas Aparicio 2015-04-25 19:58:50 +02:00
  • 81bb4bcdac fix(#32): bad crop Tomas Aparicio 2015-04-25 19:56:50 +02:00
  • 67221723ca fix(#33): bad auto rotatino Tomas Aparicio 2015-04-25 18:42:35 +02:00
  • ca206cdee1 refactor(docs): links Tomás Aparicio 2015-04-22 13:22:29 +02:00
  • fdf6704317 merge Tomas Aparicio 2015-04-19 19:39:43 +02:00
  • 41692f384d feat(docs): update API Tomas Aparicio 2015-04-19 19:39:22 +02:00
  • c2f117670f refactor(docs): description Tomás Aparicio 2015-04-16 19:20:11 +02:00
  • 1d76750fb9 fix(test): resize Tomas Aparicio 2015-04-16 02:59:47 +02:00
  • 4779c8b9f3 fix(test) Tomas Aparicio 2015-04-16 02:32:38 +02:00
  • 38ef4460f9 feat(version): bump Tomas Aparicio 2015-04-16 02:25:43 +02:00
  • c2a502a611 fix(#31) Tomas Aparicio 2015-04-16 02:24:44 +02:00
  • eb933a8c38 refactor(vips): remove obvious code Tomas Aparicio 2015-04-15 16:21:17 +02:00
  • b8925f9f30 ffeat(version): bump Tomas Aparicio 2015-04-15 02:26:41 +02:00
  • e111d875e7 fix(#30): one concurrent thread by default Tomas Aparicio 2015-04-15 02:25:57 +02:00
  • 6dbab52dbd refactor(docs) Tomas Aparicio 2015-04-12 22:15:56 +02:00
  • 93c0637ac8 refactor(docs): update badge Tomas Aparicio 2015-04-12 20:46:53 +02:00
  • e7576e085c refactor(file) Tomas Aparicio 2015-04-12 17:43:11 +02:00
  • e7b430f0d3 feat(docs): add imaginary link Tomas Aparicio 2015-04-12 17:12:08 +02:00