Commit Graph

  • e7054d3e35 Use the rust-bindgen crate properly Nathan Fiedler 2017-04-08 16:03:58 -07:00
  • 4507d07c9c Update to the bingen crate Pete Gadomski 2017-04-07 06:20:32 -06:00
  • d86bf69079 Strike out bindgen in README file Nathan Fiedler 2017-04-06 20:02:54 -07:00
  • b22e97c908 Hack the MagickWand bindings Nathan Fiedler 2017-04-06 19:58:58 -07:00
  • f4843c246c Test with some flexibility in image size Nathan Fiedler 2017-01-22 14:13:05 -08:00
  • 6ade7438d9 Additional Homebrew link command is needed Nathan Fiedler 2017-01-21 15:30:37 -08:00
  • 693dc0b4e9 Specify exactly how to install ImageMagick with Homebrew Nathan Fiedler 2017-01-21 13:18:22 -08:00
  • c45a066093 Quiet the package installation in Fabric script Nathan Fiedler 2016-10-20 09:02:13 -07:00
  • 2eccf1e91b Ensure pkg-config present when generating bindings Nathan Fiedler 2016-10-20 08:49:24 -07:00
  • b63f25c550 Enforce MagickWand version in build.rs Nathan Fiedler 2016-10-16 11:00:06 -07:00
  • cb40925af0 Merge pull request #18 from brunoqc/patch-1 Nathan Fiedler 2016-10-05 09:39:53 -07:00
  • 1d31b971c6 syntax highlighting in README.md Bruno Bigras 2016-10-04 17:01:27 -04:00
  • 50d10a3285 Add notes for 0.6.0 release Nathan Fiedler 2016-09-20 20:11:49 -07:00
  • dd4becddd7 Hack to get build working on FreeBSD again Nathan Fiedler 2016-09-20 20:03:28 -07:00
  • 2a76a0f164 Merge pull request #17 from gadomski/remove-usr-local-lib-link-path Nathan Fiedler 2016-08-25 08:52:32 -07:00
  • 7563231707 Remove /usr/local/lib from rustc link search Pete Gadomski 2016-08-25 07:52:11 -06:00
  • 094e24d859 Clarify versions of dependencies Nathan Fiedler 2016-08-18 15:53:14 -07:00
  • 39a58432b7 Include note about LIBCLANG_PATH envar for Linux Nathan Fiedler 2016-08-18 15:47:35 -07:00
  • b0d439892b Correct the copyright year Nathan Fiedler 2016-08-18 15:47:14 -07:00
  • 8b8f2b4444 Update Fabric script for provisioning Ubuntu VM Nathan Fiedler 2016-08-18 14:59:04 -07:00
  • 5b4ba71530 Make note that Clang is required to build Nathan Fiedler 2016-08-18 14:58:45 -07:00
  • eec7998d25 Use new rust-bindgen crate for faster builds Nathan Fiedler 2016-08-03 20:36:52 -07:00
  • 2c94dab05a Add license header to contributed files Nathan Fiedler 2016-08-14 18:45:31 -07:00
  • f41202af44 No longer need to ignore bindings.rs Nathan Fiedler 2016-08-05 09:38:55 -07:00
  • a3a02fc6d9 Add changes from recent merge requests Nathan Fiedler 2016-08-03 20:39:26 -07:00
  • 7a5bd98746 Merge pull request #13 from gadomski/set-option Nathan Fiedler 2016-08-03 20:34:21 -07:00
  • 76e4abb862 Merge pull request #12 from gadomski/write-images-blob Nathan Fiedler 2016-08-03 20:31:15 -07:00
  • eeb014af1f Add set_option method. Pete Gadomski 2016-08-02 12:01:34 -06:00
  • b46f8a47ac Add write_images_blob Pete Gadomski 2016-08-02 11:20:34 -06:00
  • 1dcd0f6933 Fix crate version number Nathan Fiedler 2016-07-17 18:09:09 -07:00
  • 95c6d58789 Correct the crate version number Nathan Fiedler 2016-07-17 17:48:55 -07:00
  • 96071ca377 Use Result.expect() in the suitable cases Nathan Fiedler 2016-07-14 19:12:27 -07:00
  • dff74fac98 Use 6.9 version of ImageMagick for Ubuntu VM Nathan Fiedler 2016-07-14 17:48:54 -07:00
  • f60f612baf Update changelog to reflect API change Nathan Fiedler 2016-06-25 15:42:39 -07:00
  • 731025764d Fix the tests after the API change Nathan Fiedler 2016-06-25 15:39:36 -07:00
  • 391c84a014 Merge pull request #10 from hjr3/read_image_blob-as_ref Nathan Fiedler 2016-06-25 15:29:07 -07:00
  • 1b2d7010af Change MagickWand::read_image_blob to use ref Herman J. Radtke III 2016-06-25 09:47:09 -07:00
  • 40ebf0fbf7 Merge pull request #7 from hjr3/patch-1 Nathan Fiedler 2016-06-18 15:25:41 -07:00
  • eedab4a6a7 Update required version to 6.9 Herman J. Radtke III 2016-06-17 19:00:31 -07:00
  • f9521106b5 Update the changelog for latest changes Nathan Fiedler 2016-05-18 06:50:27 -07:00
  • b20c99ecb8 Merge pull request #5 from marjakm/master Nathan Fiedler 2016-05-18 06:43:53 -07:00
  • df6f812cf9 fix ldflags in build.rs Mattis Marjak 2016-05-17 22:18:17 +03:00
  • 9d2eba64a3 use size_t and ssize_t types for cross-compilation Mattis Marjak 2016-05-16 19:03:45 +03:00
  • c08a093dc3 cross-compile support for build.rs Mattis Marjak 2016-05-16 18:57:06 +03:00
  • 9e2285a4aa add drawing and pixel wands; add some methods to MagickWand Mattis Marjak 2016-05-11 22:12:42 +03:00
  • 4c7cebe628 move MagickWand to wand/magick.rs and filters to filters.rs Mattis Marjak 2016-05-11 17:03:53 +03:00
  • 85a4b97b70 place generated files in OUT_DIR Mattis Marjak 2016-05-11 16:52:15 +03:00
  • a5cb97d3cf Correct the rotated image to match expectations Nathan Fiedler 2016-03-29 20:56:58 -07:00
  • faebc468ba Detect and correct non-optimal image orientation Nathan Fiedler 2016-03-29 18:28:33 -07:00
  • 3732fd5747 Report missing MagickWand-config in build.rs Nathan Fiedler 2016-03-23 18:00:52 -07:00
  • 856a9e7c78 Handle building on macos a little better Nathan Fiedler 2016-03-22 20:56:09 -07:00
  • 4741780a7a Add a pointer to the setup documentation Nathan Fiedler 2016-03-22 20:56:02 -07:00
  • 9732f87847 Indicate that the Vagrant guest is FreeBSD Nathan Fiedler 2016-03-22 20:55:49 -07:00
  • 1dc7dc46a5 Specify libc 0.2 or higher as a dependency Nathan Fiedler 2016-03-17 15:38:22 -07:00
  • ec1875fedb Minor tweaks to the Vagrant files Nathan Fiedler 2016-02-13 15:18:13 -08:00
  • dd78d6bfac Vagrant/Fabric setup for testing Ubuntu, FreeBSD Nathan Fiedler 2016-02-13 13:09:06 -08:00
  • 0c3c8888a7 Update the cargo manifest for latest release Nathan Fiedler 2016-02-10 20:42:26 -08:00
  • dda30c2769 Update changelog to reflect latest tag Nathan Fiedler 2016-02-10 20:39:52 -08:00
  • ebf4559ede Instructions for building on various platforms Nathan Fiedler 2016-02-10 18:11:32 -08:00
  • f115a7a774 Tests now pass on Mac OS X, Ubuntu Linux, and FreeBSD Nathan Fiedler 2016-02-10 17:41:17 -08:00
  • 708d4b444b Update notes on dependencies Nathan Fiedler 2016-02-06 14:08:31 -08:00
  • 61033dbb94 Use cfg! so test passes on FreeBSD Nathan Fiedler 2016-02-03 21:08:02 -08:00
  • 04e1052266 Automatically build ImageMagick bindings Nathan Fiedler 2016-01-24 21:56:11 -08:00
  • 34c4fec9fe Use canonical tag name for original date Nathan Fiedler 2016-01-02 20:47:38 -08:00
  • 7bc3f274d2 Fix image property accessor to copy C string Nathan Fiedler 2016-01-02 19:57:39 -08:00
  • 19377db422 Add get_image_property() to retrieve properties Nathan Fiedler 2016-01-02 14:31:20 -08:00
  • 6ca185df19 Add a changelog Nathan Fiedler 2015-12-27 15:10:52 -08:00
  • 0cc8073a48 Upgrade to libc 0.2.4 Nathan Fiedler 2015-12-26 20:02:32 -08:00
  • 0474886c14 Include path to MagickWand for easier building Nathan Fiedler 2015-12-23 11:34:51 -08:00
  • c2300b02cf Add creates details and example usage Nathan Fiedler 2015-10-08 06:52:41 -07:00
  • 51eee19495 Correct the package name Nathan Fiedler 2015-09-07 14:21:10 -07:00
  • 1c1cc62ff9 Bump the version to 0.2.0 Nathan Fiedler 2015-06-10 21:29:47 -07:00
  • 5e091bf488 Add a fit function to resize an image Nathan Fiedler 2015-06-10 21:27:58 -07:00
  • 56877aaad3 Write image to a vector of bytes (in memory write) Nathan Fiedler 2015-06-09 22:18:57 -07:00
  • 78d681608d Read image data from a vector of bytes Nathan Fiedler 2015-06-09 06:57:56 -07:00
  • 1781b39863 Basic API in place, some tests working Nathan Fiedler 2015-06-08 21:47:17 -07:00
  • ed91ab75d0 Initial generated bindings and basic API Nathan Fiedler 2015-06-06 21:30:42 -07:00