Commit graph

79 commits

Author SHA1 Message Date
asonix 530b745181 Merge branch 'master' of https://github.com/nlfiedler/magick-rust 2021-06-19 12:45:24 -05:00
Gleb Pomykalov a14b44974d support resource limits 2021-04-10 12:36:40 +03:00
Romain Leroux 9f70ef94fa
Add kmeans 2020-12-21 01:58:41 +01:00
Daniel Rönnkvist 65903434cd feat: modulate image 2020-10-16 15:57:57 +02:00
asonix 4dda874de1 Add sample method 2020-10-10 17:42:35 -05:00
asonix cd25f60162 Docs 2020-06-17 22:21:05 -05:00
asonix c5c4c68dce Expose Sample 2020-06-16 19:56:55 -05:00
Captain Bland a600637726 Add workaround for QuantumRange not defined error when hdri is disabled 2020-06-08 23:59:14 +01:00
Kirill Mironov 778cd06cab feat: MagickLiquidRescaleImage | MagickImplodeImage 2020-05-28 23:49:01 +03:00
Nathan Fiedler 63f2bf6a12 Fix compiler warnings
cargo test passes
2020-05-21 08:40:16 -07:00
Nikola Pajkovsky 51b2cac594 remove use of deprecated item 'try': use the ? operator instead
Signed-off-by: Nikola Pajkovsky <nikola.pajkovsky@livesporttv.cz>
2020-05-21 12:11:15 +02:00
Nikola Pajkovsky 415ad30bd0 add negate_image() operation
Signed-off-by: Nikola Pajkovsky <nikola.pajkovsky@livesporttv.cz>
2020-05-21 12:07:47 +02:00
Daniel Rönnkvist 8c8e0ce4ed feat: MagickSetImageAlpha 2020-04-24 14:06:46 +02:00
Nathan Fiedler 3d52a9d89d
Merge pull request #64 from Storykit/feature/blur-image
feat: MagickBlurImage
2020-04-22 07:56:00 -07:00
Nathan Fiedler fc76fa95d4
Merge pull request #63 from Storykit/feature/hald-clut
feat: hald clut image
2020-04-22 07:55:25 -07:00
Daniel Rönnkvist cd590d0335 feat: MagickBlurImage
A faster alternative to gaussian blur
2020-04-22 16:13:04 +02:00
Daniel Rönnkvist 41a62dd221 feat: hald clut image 2020-04-22 15:13:15 +02:00
Daniel Rönnkvist 69020e40f7 Revert "feat: set_image_gray"
This reverts commit 517fd5ef5f.
2020-04-22 08:42:10 +02:00
Nathan Fiedler fefc89387d
Merge pull request #61 from Storykit/feature/levels
feat: level image binding
2020-04-21 06:49:41 -07:00
Nathan Fiedler f6d0f27aaf
Merge pull request #60 from Storykit/feature/fx
feat: MagickFxImage bindning
2020-04-21 06:49:28 -07:00
Daniel Rönnkvist fa563b8fb6 docs: describe the quantomrange use in level_image 2020-04-21 09:09:59 +02:00
Daniel Rönnkvist 36c145d4c4 fix: black and white point should be set relative to quantum range 2020-04-21 08:34:13 +02:00
Daniel Rönnkvist 5c5015a10e Bindings for MagickLevelImage 2020-04-21 08:34:13 +02:00
Daniel Rönnkvist a277b7cfe7 feat: MagickFxImage bindning
New macro to create a new wand from another wand.
2020-04-21 08:32:18 +02:00
Daniel Rönnkvist 517fd5ef5f feat: set_image_gray 2020-04-21 08:29:34 +02:00
Daniel Rönnkvist 97d620beb8 Binding for MagickClutImage 2020-03-25 14:29:52 +01:00
Daniel Rönnkvist 7d805d9a83 Binding for MagickSetSize 2020-03-25 14:26:41 +01:00
42 fe9b6f805d Add gaussian blur function 2020-01-07 20:53:10 +02:00
Atul Bhosale f286c631b9
Format code using 'cargo fmt' 2019-08-17 21:48:01 +05:30
Magic Len 089e6fcb90 Binding for set_background_color 2019-05-29 15:03:17 +08:00
Nathan Fiedler 122f144ecb Made exception related functions public
cargo test passes
2019-04-17 20:15:48 -07:00
Nathan Fiedler 07c4971b66 Fix the clippy warnings
cargo test passes
2019-02-01 20:00:29 -08:00
Nathan Fiedler bd34f145a2 Ran cargo fmt on the code base, looks better
cargo test passes
2018-10-06 15:38:33 -07:00
Nathan Fiedler 8a4fced836 Update to latest release of bindgen
Note that all of the enum definitions changed (again?), and now they are
flattened into the 'bindings' namespace. This breaks the API in a way that
is relatively easy to fix, albeit annoying. Attempts to change the enum
generation using default_enum_style() resulted in endless compiler errors.

cargo test passes
2018-10-06 15:37:41 -07:00
Nathan Fiedler 336606f121
Merge pull request #45 from magiclen/feature/set_sampling_factors
Binding for set_sampling_factors
2018-08-12 17:33:39 -07:00
Magic Len b190cc787a Binding for set_sampling_factors 2018-08-12 23:28:32 +08:00
Magic Len fd8f5e49a2 Binding for set_image_background_color 2018-08-12 23:05:45 +08:00
Magic Len be0c6f5914 Binding for sharpen_image 2018-08-12 22:45:19 +08:00
Nat Quayle Nelson a10b98a790 Binding for adaptive_resize_image 2018-05-25 19:32:45 -04:00
Nat Quayle Nelson f694737ac5 Revert "Making self mutable"
This reverts commit 15a2fd7d1a.
2018-05-25 16:51:23 -04:00
Nat Quayle Nelson 15a2fd7d1a Making self mutable 2018-05-25 16:49:38 -04:00
Nat Quayle Nelson 3daa8e77e8 adding docs & rotate_image 2018-05-25 16:39:59 -04:00
Nat Quayle Nelson ccda94221f Adding binding for MagickAddImage 2018-05-25 16:00:40 -04:00
Błażej Święcicki 88ceb3a4af Add set_image_alpha_channel function 2018-05-18 13:51:50 +00:00
Błażej Święcicki 631725121a Add reset_image_page function. 2018-05-18 13:51:50 +00:00
Błażej Święcicki b47d2e64c5 Add ping_image and ping_image_blob functions. 2018-05-18 13:51:50 +00:00
Błażej Święcicki 1f4a586426 More MagickWand functions wrapped. 2018-03-29 11:12:09 +02:00
Błażej Święcicki 7b4cca3956 MagickCropImage returns a result, and so should crop_image 2018-03-29 11:12:09 +02:00
Błażej Święcicki 07dd10f9cb Fix memory management in string_get! 2018-03-29 11:12:09 +02:00
Sindre Ilebekk Johansen d5fe6f95cf Fix exporting pdf->jpeg for multi-page pdf
When trying to convert a multi-page pdf to jpeg i got a pdf file
instead of a jpeg file. I figured that the pdf that worked was
a one-page pdf and the pdf that did not work was a two-page pdf.

My theory was that the two pages was loaded as to images in the
wand and that the format was set on the first page and it exported
the second page. And since the second page had the old format, it
was exported as a pdf.

Resetting the page iterator before exporting the image fixed the
bug, and the multi-page pdf was exported as a jpeg. The image that
was exported was just the first page, but it works for my usage.
2018-03-27 15:47:54 +02:00