Nathan Fiedler
cd4f282ce1
Merge pull request #98 from Matthew6186/fix_readme
...
add optional argment to cargo test
2023-01-28 15:27:17 -08:00
Matthew6186
044a4c39b2
add optional argment to cargo test
2023-01-28 08:41:00 +09:00
Nathan Fiedler
c4ec37d1cc
chore: update bindgen and prepare for release
2022-12-10 11:39:01 -08:00
Nathan Fiedler
bc0b4960c6
test: fix docker build with updated ImageMagick URL
2022-12-10 11:38:44 -08:00
Nathan Fiedler
aeee42de19
Merge pull request #97 from MaksRawski/my-changes
...
Add bindings for `DrawRectangle` and `MagickBrightnessContrastImage` methods
2022-12-10 10:44:25 -08:00
Maks Rawski
d123b95b9e
change 2 normal comments in magick.rs into docstrings
2022-11-13 18:41:07 +01:00
Maks Rawski
b3fc4473b9
add MagickBrightnessContrastImage
2022-11-13 18:40:00 +01:00
Maks Rawski
f30dfb43fe
add draw_rectangle method
2022-11-13 18:38:59 +01:00
Nathan Fiedler
743f823032
Merge pull request #96 from DCjanus/master
...
Upgrade dependency `bindgen` (0.59 -> 0.60)
2022-08-26 12:46:39 -07:00
DCjanus
723d1ddc62
Upgrade dependency bindgen (0.59 -> 0.60)
2022-08-27 02:31:21 +08:00
Nathan Fiedler
d8802a0f58
chore: update changelog with latest changes
2022-05-30 15:22:42 -07:00
Nathan Fiedler
95fa3d2316
Merge pull request #94 from walterbm/add-bindings-for-image-deskew
...
Add bindings for MagickDeskewImage
2022-05-30 15:19:22 -07:00
walter
471fc164cf
add support for image deskew
2022-05-30 14:23:45 -04:00
Nathan Fiedler
54a35a2dab
Merge pull request #92 from liyunde/master
...
FIX:error LNK2019: unresolved external symbol SetMagickResourceLimit …
2022-05-20 09:12:44 -07:00
liyunde
f57de2e792
FIX:error LNK2019: unresolved external symbol SetMagickResourceLimit referenced in function _ZN11magick_rust4wand6magick10MagickWand18set_resource_limit;
...
#[cfg(not(windows))] cfgSetMagickResourceLimit;
ImageMagick-7.1.0-Q16-HDRI + Windows\MSVC\14.29.30133
can not link function
2022-05-20 17:45:47 +08:00
Nathan Fiedler
faaf9acdbf
Prepare for the 0.16.0 release
...
cargo test passes
2022-04-09 09:47:31 -07:00
Nathan Fiedler
b19f1498ce
Merge pull request #88 from davidwilemski/imagemagick-version
...
Update ImageMagick version compatibility in README
2022-01-18 06:32:01 -08:00
Nathan Fiedler
a035544a96
Merge pull request #89 from davidwilemski/strip
...
Add binding for MagickStripImage
2022-01-18 06:29:20 -08:00
David Wilemski
cf7db8e39a
Add binding for MagickStripImage
...
Per the API docs, this should strip all profiles and comments attached
to the image. This can be useful for removing identifying information
from an image (e.g. EXIF tags).
2022-01-16 23:22:05 -06:00
David Wilemski
48dc7b06c4
Update ImageMagick version compatibility in README
...
The MagickKmeansImage function appears to have been added in ImageMagick 7.0.10-36.
if you try to build against an earlier version, you'll get a compilation
error about the bindings not having such a function.
2022-01-16 22:49:27 -06:00
Nathan Fiedler
63dc05aece
Merge pull request #87 from DCjanus/master
...
feat: std error compatible error
2021-12-24 11:53:52 -08:00
DCjanus
409a583b22
feat: std error compatible error
2021-12-25 02:49:43 +08:00
Nathan Fiedler
679ccc43fa
Merge pull request #85 from DCjanus/master
...
Add some methods
2021-12-24 09:32:09 -08:00
DCjanus
dcb6046f5b
add some methods
2021-12-24 19:37:20 +08:00
Nathan Fiedler
2e843d7336
test: fix compiler warning about dyn Error
2021-10-09 06:53:57 -07:00
Nathan Fiedler
fd004cc15e
chore: update CHANGELOG
2021-10-09 06:53:44 -07:00
Nathan Fiedler
5a7a2a5dce
Merge pull request #84 from walterbm/thumbnail-resize
...
Add support for "thumbnail" image resizing
2021-10-09 06:44:51 -07:00
walter
f8685e8531
add simple thumbnail resize test
2021-10-08 13:45:46 -04:00
walter
734a545847
add support for thumbnail image resizing
2021-10-08 13:45:26 -04:00
Nathan Fiedler
cd50e1c578
doc: add help and work-around for HDRI issue
2021-09-29 09:00:18 -07:00
Nathan Fiedler
32f854cd6f
Prepare for the 0.15.0 release
2021-08-10 06:35:56 -07:00
Nathan Fiedler
cfd9849604
docker: copy to avoid local host dependency
2021-08-03 19:00:19 -07:00
Nathan Fiedler
aae7b562ef
chore: update bindgen dependency to latest
2021-08-03 18:59:55 -07:00
Nathan Fiedler
8f9526e5ae
chore: update dependencies and bindgen usage
...
cargo test passes
2021-06-28 18:27:27 -07:00
Nathan Fiedler
fe415039b1
Merge pull request #82 from brownjohnf/allow-imagemagick-7-1
...
Update imagemmagick checks to support 7.1
2021-06-28 18:26:12 -07:00
Jack Brown
c65027800d
Update imagemmagick checks to support 7.1
...
On Arch Linux, imagemagick is currently at 7.1.0. I tried increasing the
max version and the version used in the Dockerfile to 7.1 and it appears
to compile and tests pass. Version used for local testing:
```
Linux 5.12.12-arch1-1 #1 SMP PREEMPT Fri, 18 Jun 2021 21:59:22 +0000 x86_64 GNU/Linux
Version: ImageMagick 7.1.0-1 Q16 x86_64 2021-06-21 https://imagemagick.org
Copyright: (C) 1999-2021 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP(4.5)
Delegates (built-in): bzlib cairo djvu fontconfig freetype heic jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png raqm raw rsvg tiff webp wmf x xml zip zlib
```
2021-06-28 14:14:35 -07:00
Nathan Fiedler
40f8c58b5b
Merge pull request #80 from glebpom/resource-limits
...
Support setting resource limits
2021-04-11 06:53:44 -07:00
Gleb Pomykalov
a14b44974d
support resource limits
2021-04-10 12:36:40 +03:00
Nathan Fiedler
9422825322
fix: in Rust 1.51 panic! takes only string literals
...
Seems that Rust 2021 will require that panic! macro takes only a string
literal, so format! and variables are out.
cargo test passes
2021-03-27 11:22:50 -07:00
Nathan Fiedler
348dd1fd21
Merge pull request #78 from liyunde/master
...
fix path_separator on windows can not build
2021-03-11 13:48:03 -08:00
liyunde
480421aa65
fix path_separator on windows can not build
2021-03-11 14:25:32 +08:00
Nathan Fiedler
82778e69f5
chore: fix the ImageMagick URL for docker container build
2021-01-23 09:38:46 -08:00
Nathan Fiedler
aba1a324f4
Merge pull request #76 from kz6wk9/master
...
Required version bump on bindgen.
2021-01-23 09:36:46 -08:00
fabio h
e8170defca
Required version bump on bindgen.
...
More info: https://github.com/rust-lang/rust-bindgen/pull/1826 .
2021-01-23 10:23:00 -03:00
Nathan Fiedler
7d233633a9
Merge pull request #75 from lerouxrgd/feature/kmeans
...
Add kmeans
2020-12-20 18:06:32 -08:00
Romain Leroux
9f70ef94fa
Add kmeans
2020-12-21 01:58:41 +01:00
Nathan Fiedler
48d57f94a0
Merge pull request #73 from Storykit/feat/modulate-image
...
feat: modulate image
2020-10-19 08:41:21 -07:00
Daniel Rönnkvist
65903434cd
feat: modulate image
2020-10-16 15:57:57 +02:00
Nathan Fiedler
4aae82022e
Merge pull request #71 from asonix/asonix/fix-build
...
Add quantum depth, fixes #70
2020-10-11 16:26:22 -07:00
asonix
d82484e7de
Set environment variable with magickcore config flags
2020-10-11 13:18:19 -05:00