macimg 0.0.2
Additions
- Added 20 new filters:
- BoxBlur
- DiscBlur
- Median
- MotionBlur
- ZoomBlur
- XRay
- Thermal
- Tonal
- Transfer
- Process
- Mono
- Noir
- Instant
- Fade
- Chrome
- HexagonalPixellate
- Gloom
- EdgeWork
- LineOverlay
- BokehBlur
Bug Fixes/Changes
- Made Image.crop() into a Transform object, in line with other transformations.
- Fixed Image.pad() referencing a nonexistent attribute carried over from PyXA.
- Fixed Image.overlay_image() returning an NSImage instead of a wrapped Image object.
- Fixed Image.image_from_text() referencing a nonexistent attribute carried over from PyXA.
- Fixed attribute error when initializing Color with no arguments.
Deprecations
- None
Removals
- Color.copy_color() — This method was redundant. Initialize Color with another Color object as an argument to copy RGBA values.