1f865a1c43
Add FillRule type
2024-05-11 21:43:19 +03:00
b8147a2b06
Add artifact related functions
...
This makes it possible to blend images with user configurable percent
(see `set_image_artifact` documentation)
2024-05-11 21:29:36 +03:00
1a66649c47
Add ImageType type
2024-05-11 14:35:10 +03:00
baac3cbf59
Add ResolutionType type
2024-05-11 14:31:53 +03:00
7db8314e5a
Add RenderingIntent type
2024-05-11 14:27:45 +03:00
db0044fa07
Add OrientationType type
2024-05-11 14:22:49 +03:00
0c987e7860
Add EndianType type
2024-05-11 14:16:05 +03:00
5a3cb8a04d
Add InterlaceType type
2024-05-11 14:12:31 +03:00
8870068f27
Add DisposeType type
2024-05-11 14:08:59 +03:00
254ea6c771
Add CompressionType type
2024-05-11 14:04:11 +03:00
eb982bbf1d
Add alias to bindings::MagickBoolean_*
...
Reduces the amount of repetitive `bindingc::MagickBoolean_*` in wrapper
code
2024-05-11 13:57:29 +03:00
cac32a9760
Add more PixelInterpolateMethod in API
2024-05-11 13:41:09 +03:00
092acaa5d0
Add AlphaChannelOption type
2024-05-11 13:37:55 +03:00
02ae78eba8
Replace size_t with usize in the API
2024-05-11 13:18:47 +03:00
1914b95f7b
Add PixelInterpolateMethod type
2024-05-11 13:06:52 +03:00
48e0452e74
Make set_get! macro usable with types module
2024-05-11 12:59:39 +03:00
3cfdd76c9d
Merge pull request #119 from 5ohue/master
...
Create "types" module
2024-05-10 15:12:26 -07:00
64bd81acd2
Fix warnings
...
Removed unneeded imports
2024-05-10 19:18:00 +03:00
8c9899a4e0
Add GravityType type
2024-05-09 21:58:30 +03:00
4b32edb17e
Add FilterType type
2024-05-09 21:48:39 +03:00
cfbdbd4c0e
Add DitherMethod type
2024-05-09 21:42:51 +03:00
e419039647
Add ColorspaceType type
2024-05-09 21:36:09 +03:00
d6c617ebce
Add MetricType type
2024-05-09 21:04:39 +03:00
53fb3069ed
Add types module
...
Move `CompositeOperator` and `ResourceType` to the `types` module
2024-05-09 21:00:07 +03:00
b359d72087
chore: prepare for 0.21.0 release
2024-04-17 18:17:14 -07:00
7571baa0b9
Merge pull request #117 from yoghurt-x86/master
...
Added MagickNormalizeImage and MagickOrderedDitherImage
2024-04-17 17:59:50 -07:00
7adf1981f4
Added MagickNormalizeImage and MagickOrderedDitherImage
2024-04-17 23:34:10 +02:00
a2d2a5fbc8
chore: prepare for 0.20.0 release
2024-02-25 20:45:31 -08:00
bbe1aae608
Merge pull request #114 from gyk/fix/msys2
...
Support building with ImageMagick from MSYS2
2023-11-30 16:26:42 -08:00
1d6c19d57b
Skip some tests
2023-11-29 16:41:44 +08:00
a72253ed25
Directly link to MSYS2's .dll.a files
2023-11-29 16:07:26 +08:00
168abe5547
Support build on MSYS2
2023-11-29 12:15:11 +08:00
c9d8488033
chore: update CHANGELOG with recent changes
2023-11-18 08:11:36 -08:00
e960a26bfb
Merge pull request #113 from 5ohue/composite
...
CompositeOperator type
2023-11-18 07:52:07 -08:00
a7c71e6b00
Merge pull request #112 from 5ohue/master
...
Add sigmoidal_contrast_image
2023-11-18 07:51:05 -08:00
c480449dd2
remove blank line
2023-11-16 22:18:03 +03:00
e1cefcdbe6
fixed set/get for new CompositeOperator type
2023-11-16 22:16:33 +03:00
c00ce82a4c
Better looking aligned enum arms
2023-11-16 21:55:07 +03:00
163cef7f52
Rename composite operator enum names
2023-11-16 21:48:03 +03:00
3b0377d94a
Add compositeOperator type
2023-11-16 21:43:26 +03:00
79f511d993
Fixed level_image error message
2023-11-16 20:41:59 +03:00
c97b92e7ff
Added sigmoidal contrast function
2023-11-16 20:41:19 +03:00
857085a1a3
Merge pull request #111 from gyk/fix/windows-cpp
...
Use C++ compiler on Windows if needed
2023-11-09 06:50:08 -08:00
8edd324f0b
Use C++ compiler on Windows if needed
2023-11-08 16:49:49 +08:00
f020fd25f7
Merge pull request #109 from protochron/add_autothreshold
...
Add auto_threshold
2023-10-23 09:18:28 -07:00
1ddf6cf4b9
Add auto_threshold
2023-10-22 22:44:29 -04:00
b676db0661
doc: add details for Windows build setup
2023-09-24 10:46:51 -07:00
612c13166d
chore: prepare for 0.19.1 release
2023-09-23 16:04:40 -07:00
8a9536d83a
fix: make disable-hdri default to fix compile error
...
By making the disable-hdri feature a default, the `quantum_range()` function
will be one which computes a value for `QuantumRange` based on a constant
that rust-bindgen seemingly does not have any problem discovering.
cargo test passes
2023-09-23 11:43:07 -07:00
ef1867e9f9
chore: fix some clippy warnings
2023-09-17 14:45:35 -07:00