Commit Graph

  • 6a9927d1a1 Update links to VIPS functions Janko Marohnić 2018-03-11 20:44:41 +01:00
  • 44e61fa6be Rename #with_ruby_vips to #with_vips Janko Marohnić 2018-03-11 20:40:27 +01:00
  • 230330c5ac Use Vips::Image#thumbnail_image Janko Marohnić 2018-03-11 19:40:19 +01:00
  • 8af621dc07 Remove destructive VIPS processing methods Janko Marohnić 2018-03-11 18:16:45 +01:00
  • b940eba62e Merge pull request #15 from mokolabs/master Janko Marohnić 2018-03-01 02:16:03 +01:00
  • e7120b83dd Fix typo Patrick Crowley 2018-02-18 09:45:26 -08:00
  • 3d52c4ec97 test nondestructive version and destructive version of all methods GustavoCaso 2018-02-18 15:34:48 +01:00
  • 4bb9a43b11 Make destination_path optional GustavoCaso 2017-11-20 08:55:20 +01:00
  • d2b3af8267 use require instead of require_relative GustavoCaso 2017-11-07 07:30:40 +01:00
  • 0da7d7ec72 install vips before than ImageMagick in travis GustavoCaso 2017-11-04 12:19:53 +01:00
  • 55ea956599 make install-vips executable GustavoCaso 2017-11-04 12:00:47 +01:00
  • 02166cad9f modify .travis GustavoCaso 2017-11-04 11:45:40 +01:00
  • beca3f66a6 Extract methods for manipulating image to Utils module GustavoCaso 2017-11-04 11:39:30 +01:00
  • 2a0f04ef8d Remove duplicate gray color and use grey values GustavoCaso 2017-11-04 11:11:39 +01:00
  • 259677b1a3 normalize colors names GustavoCaso 2017-11-04 10:55:58 +01:00
  • 0e536df644 make destination a string argument GustavoCaso 2017-11-04 10:46:59 +01:00
  • 4efd059082 Fix typo in .gemspec Janko Marohnić 2017-11-02 23:59:05 +01:00
  • b256f61159 Include CHANGELOG.md in the packaged gem Janko Marohnić 2017-11-02 11:01:15 +01:00
  • 7c6ce7eace Move test helper method inside MiniTest::Test class GustavoCaso 2017-10-10 22:34:19 +02:00
  • ccdbb81838 Merge branch 'master' into add-libvips-compatibility GustavoCaso 2017-10-09 23:11:40 +02:00
  • 527143445d Fix Travis CI (#5) Janko Marohnić 2017-10-08 15:32:54 +02:00
  • d377f37c74 Rename "image" parameter to "file" for distinction Janko Marohnić 2017-10-04 09:42:17 +02:00
  • 427774b707 Drop official support for MRI 2.0 & 2.1 Janko Marohnić 2017-10-08 14:40:12 +02:00
  • 7043acde0d Update minitest-hooks to fix an error Janko Marohnić 2017-10-04 09:54:59 +02:00
  • 89bd611e58 Compile ImageMagick 7 from source Janko Marohnić 2017-10-04 09:23:01 +02:00
  • 42b9772e4d Use latest Rubies on Travis CI Janko Marohnić 2017-10-04 09:06:52 +02:00
  • 56f4de2a18 Use latest ImageMagick/GraphicsMagick on Travis CI Janko Marohnić 2016-07-11 19:57:31 +08:00
  • cb2f0cc4d1 Copy ruby-vips travis configuration GustavoCaso 2017-10-01 14:57:34 +02:00
  • 7d04763ff4 Move _copy_to_tempfile to test_helper GustavoCaso 2017-10-01 14:20:33 +02:00
  • edea6ee72a Change code design to improve destructive and non-destructive methods GustavoCaso 2017-10-01 14:15:20 +02:00
  • 530c220174 Added version check for ruby-vips GustavoCaso 2017-10-01 13:06:56 +02:00
  • 83dbc2c8d1 Add gem name to tempfile basename for better introspection Janko Marohnić 2017-09-28 22:22:03 +02:00
  • 6176138d77 Testing travis GustavoCaso 2017-09-26 08:18:06 +02:00
  • 75bbad9c04 Added test for gravity and background GustavoCaso 2017-09-26 08:08:50 +02:00
  • 5ecd4ebf67 Move fixture_path helper to test_helper GustavoCaso 2017-09-26 08:03:24 +02:00
  • 9d4bc209ed Use non destructive way in tests GustavoCaso 2017-09-26 08:01:46 +02:00
  • 7013bc2662 Added documentation GustavoCaso 2017-09-24 13:17:13 +02:00
  • 9a97f72b16 Remove unnecessary dependencies GustavoCaso 2017-09-24 13:16:59 +02:00
  • 6e3d0f3665 Autoload Vips GustavoCaso 2017-09-24 13:16:40 +02:00
  • 5b00862405 Extract gravity and color function to own module GustavoCaso 2017-09-24 13:16:19 +02:00
  • c5fb011560 Improve method naming GustavoCaso 2017-09-23 14:38:07 +02:00
  • 5021296e49 Fix resize_and_pad! GustavoCaso 2017-09-23 14:37:50 +02:00
  • 2b64183d2e DRY writing the file after modifying it GustavoCaso 2017-09-22 08:26:56 +02:00
  • 96452e573b WIP resize_and_pad GustavoCaso 2017-09-22 07:53:00 +02:00
  • 20cefa1129 Remove Imagemagick from Vips tests GustavoCaso 2017-09-20 23:37:55 +02:00
  • 2385092243 Improve crop function by adding gravity option GustavoCaso 2017-09-20 23:28:42 +02:00
  • 787572f80e Added crop GustavoCaso 2017-09-20 08:51:28 +02:00
  • 87c82afde0 Added resize_to_fill GustavoCaso 2017-09-20 08:50:40 +02:00
  • d337619b22 Added libvips to travis GustavoCaso 2017-09-19 08:40:31 +02:00
  • bc0db4e812 - Added ruby-vips gem - [MISSING] some commands GustavoCaso 2017-09-19 08:27:06 +02:00
  • f664d66879 Bump to 0.4.5 Janko Marohnić 2017-09-08 14:03:23 +02:00
  • 5c48a04e6a Add lib/image_processing.rb, to make gem bundler-friendly printercu 2017-09-08 14:28:26 +03:00
  • 913415a7fb Bump to 0.4.4 Janko Marohnić 2017-06-16 01:05:01 +10:00
  • e12aa89675 Fix backward compatibility with older Rubies again Janko Marohnić 2017-06-16 01:03:45 +10:00
  • bcf2598772 Update .travis.yml with recent Rubies, and remove Rubinius Janko Marohnić 2017-06-16 00:57:08 +10:00
  • 9ad1a0c79f Bump to 0.4.3 Janko Marohnić 2017-06-16 00:45:58 +10:00
  • 98fee9ae79 Fix incompatibility with older Ruby versions Janko Marohnić 2017-06-16 00:45:31 +10:00
  • 423d5e0929 Bump to 0.4.2 Janko Marohnić 2017-06-16 00:27:24 +10:00
  • 838159dfea Correct the dates in CHANGELOG.md Janko Marohnić 2017-06-16 00:29:55 +10:00
  • 44fbc0063a Don't use basename from other Tempfiles Janko Marohnić 2017-06-15 21:31:23 +10:00
  • a85929612f Document that #convert accepts a page argument Janko Marohnić 2016-12-24 12:24:46 +10:00
  • daab474678 Note that with_minimagick processes in-place Janko Marohnić 2016-11-09 16:50:28 +08:00
  • c0fa3e9430 Note not having to specify both dimensions Janko Marohnić 2016-10-05 12:13:25 +08:00
  • 1edaecd406 Bump to 0.4.1 Janko Marohnić 2016-09-08 13:31:54 +08:00
  • 189bcbfc04 Maintain transparent background in #resize_to_fill Janko Marohnić 2016-09-08 12:09:49 +08:00
  • 7b80d7194c Bump to 0.4.0 Janko Marohnić 2016-07-11 19:47:17 +08:00
  • 69fde6dd28 Add #corrupted? Janko Marohnić 2016-07-11 19:45:10 +08:00
  • 68596602ca Documentation fixes Janko Marohnić 2016-07-11 19:30:11 +08:00
  • 6bfd889394 Bump to 0.3.0 Janko Marohnić 2016-05-03 20:16:44 +08:00
  • cbc48e20d8 Don't run tests with "-w" flag on MRI 2.3.0 Janko Marohnić 2016-05-03 20:17:47 +08:00
  • 5870ff3523 Add CHANGELOG Janko Marohnić 2016-05-03 20:04:33 +08:00
  • 70af4e1a50 Test on MRI 2.0 and note Rubies Janko Marohnić 2016-05-03 19:50:53 +08:00
  • d0a4b85637 Add crop Paul Götze 2016-05-03 12:31:10 +02:00
  • 5b4a0594a0 Bump to 0.2.5 Janko Marohnić 2016-03-24 22:20:02 +01:00
  • 9d6b01d718 Rewind the file after making a copy Janko Marohnić 2016-03-24 22:17:54 +01:00
  • 961292f757 Add ability to supply page number to #convert Janko Marohnić 2016-03-17 23:54:55 +07:00
  • 998b6b152d Fix test for ImageMagick on CI Janko Marohnić 2015-11-18 20:33:24 +01:00
  • 4ad4c62bdb Fix mistakes in previous commit Janko Marohnić 2015-11-18 20:30:49 +01:00
  • 326c1f9a4c Fix CI failures due to old ImageMagick version Janko Marohnić 2015-11-18 20:24:34 +01:00
  • ce1fe81ec3 Run tests on Travis without Bundler Janko Marohnić 2015-11-18 20:06:55 +01:00
  • 2a48f50107 Test across Ruby versions Janko Marohnić 2015-11-18 20:02:11 +01:00
  • c0f58f7549 Bump to 0.2.4 Janko Marohnić 2015-10-21 23:28:46 +02:00
  • 11a9239619 Account for lower versions of MiniMagick Janko Marohnić 2015-10-21 23:28:13 +02:00
  • cadc4ca7a7 Bump to 0.2.3 Janko Marohnić 2015-10-17 08:54:11 +02:00
  • d2526d33d4 Fix uploading tempfiles to S3 using aws-sdk Janko Marohnić 2015-10-17 08:50:42 +02:00
  • 7e91dc9ebb Fix nondestructive aliases not module_function'd Janko Marohnić 2015-10-17 08:50:14 +02:00
  • ee214f8e54 Let people know that they should add MiniMagick Janko Marohnić 2015-10-17 08:49:53 +02:00
  • 688640495a Clean up README a bit Janko Marohnić 2015-10-04 02:56:15 +02:00
  • 02569b009c Document some more features Janko Marohnić 2015-10-04 02:42:36 +02:00
  • 27c5242a21 Document two previous methods Janko Marohnić 2015-10-04 02:37:40 +02:00
  • 72080abb6a Bump to 0.2.2 Janko Marohnić 2015-10-04 02:34:18 +02:00
  • 4444516b29 Make #with_minimagick public Janko Marohnić 2015-10-04 02:33:37 +02:00
  • a4543676f9 Add #auto_orient Janko Marohnić 2015-10-04 02:32:24 +02:00
  • da51b93773 Explain intent in the README Janko Marohnić 2015-10-03 22:15:45 +02:00
  • 07c427abe7 Bump to 0.2.1 Janko Marohnić 2015-10-03 21:38:35 +02:00
  • b78d89ed3b Include the actual code in the gem Janko Marohnić 2015-10-03 21:38:25 +02:00
  • 5eaf722685 Bump to 0.2.0 Janko Marohnić 2015-10-03 21:24:54 +02:00
  • a2ddc803e2 Add #resample for changing resolution Paul Scarrone 2015-10-03 21:23:11 +02:00
  • 1653b709c1 RDoc fixes Janko Marohnić 2015-10-03 21:15:21 +02:00
  • 782caa419c Make some fixes to padding Janko Marohnić 2015-10-03 21:03:25 +02:00