Skip to content

Releases: EvotecIT/ImagePlayground

v0.0.8

05 Jun 17:19
5b830c2
Compare
Choose a tag to compare

What's new

  • Bump dependencies
  • Fix signing
  • Small fixes

v0.0.7

05 Jun 16:48
f599851
Compare
Choose a tag to compare

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

Full Changelog: v0.0.6...v0.0.7

v0.0.6

30 Dec 13:37
c6d4f71
Compare
Choose a tag to compare

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

29 Dec 12:14
87cb7dc
Compare
Choose a tag to compare

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

31 Dec 17:07
7fcbc0a
Compare
Choose a tag to compare

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

30 Dec 19:12
bbcfaa6
Compare
Choose a tag to compare

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

Full Changelog: https:/EvotecIT/ImagePlayground/commits/v0.0.3