Commit Graph

18 Commits

Author SHA1 Message Date
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
092acaa5d0 Add AlphaChannelOption type 2024-05-11 13:37:55 +03:00
1914b95f7b Add PixelInterpolateMethod type 2024-05-11 13:06:52 +03: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