Releases: EvotecIT/ImagePlayground
Releases · EvotecIT/ImagePlayground
v0.0.8
v0.0.7
What's Changed
- Bump SixLabors.ImageSharp from 2.1.6 to 2.1.7 in /Sources/ImagePlayground by @dependabot in #12
- Add another method
$Image.WatermarkImage("$PSScriptRoot\Samples\LogoEvotec.png",50,100, 0.5, 0.5)
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's new
- Added new library: Codeuctivity.ImageSharpCompare
- Added Image Compare feature
- Bump dependencies
- Improved some code
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's new
- Fixes issue with resizing when providing only one dimension
- Added ability to create new empty image
- Added
New-ImageChartRadial
that allows you to create a radial chart - Added new methods:
- Dither
- DrawLines
- DrawPolygon
- Fill
- HistogramEqualization
- Kodachrome
- Lightness
- Lomograph
- Invert
- Opacity
- Sepia
- Skew
- Vignette
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Improve EXIF handling by @PrzemyslawKlys in #6
- Added
Set-ImageExif
that sets exif data on an image. - Added
Get-ImageExif
that gets exif data from an image. - Added
Remove-ImageExif
that removes exif data from an image. - Updated some docs
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Getting Windows PowerShell to work by @PrzemyslawKlys in #3
- Added a lot of options for image manipulation by @PrzemyslawKlys in #5
- Added
Merge-Image
that merges multiple images into one - Added
New-ImageBarCode
that creates a barcode image - Removed Libraries from GIT, you will have to build them using PSPublishModule in the builds folder if you want to play with GIT version
New Contributors
- @PrzemyslawKlys made their first contribution in #3
Full Changelog: https://github.com/EvotecIT/ImagePlayground/commits/v0.0.3