Skip to content

Releases: valeriyvan/swift-geometrize

Use stable version of SwiftLint

14 May 10:15
2f3b34c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

What's Changed

  • Turn on tests on Ubuntu, fix compile errors in tests by @valeriyvan in #125
  • Fix/turn on tests on ubuntu by @valeriyvan in #126
  • Extend Rgba with initializer from array, array slice, buffer and buffer slice by @valeriyvan in #129
  • Add official SwiftLintBuildToolPlugin from SwiftLint package by @valeriyvan in #130
  • Extend Bitmap with init with parameter ContiguousArray by @valeriyvan in #132
  • Add to Rgba export to array and tuple; Add init from tuple by @valeriyvan in #136
  • Implements initialising Bitmap from PPM string, export of Bitmap into PPM string by @valeriyvan in #137
  • Extend Bitmap with initializer from UIImage and export to UIImage by @valeriyvan in #139
  • Extend Bitmap with initializer form data of png/jpeg and export to png/jpeg by @valeriyvan in #143
  • Add BitmapExporter to export geometrize result into Bitmap by @valeriyvan in #144
  • Add to geometrize-cli ability to output png and jpeg by @valeriyvan in #146
  • Add PrivacyInfo.xcprivacy by @valeriyvan in #147
  • Rename geometrize-cli into geometrize by @valeriyvan in #148
  • Fix for hang geometrizing image filled with solid color by @valeriyvan in #153
  • Introduces GeometrizingSequence by @valeriyvan in #160
  • Remove conformance to ExpressibleByStringLiteral and CustomStringConvertible, use PPM instead by @valeriyvan in #161
  • Fix links to images in README by @valeriyvan in #162

Full Changelog: 1.1.6...1.2.1

Introduce GeometrizingIterator and GeometrizingSequence

14 May 09:45
85931d5
Compare
Choose a tag to compare

What's Changed

  • Fix/turn on tests on ubuntu by @valeriyvan in #126
  • Extend Rgba with initializer from array, array slice, buffer and buffer slice by @valeriyvan in #129
  • Add official SwiftLintBuildToolPlugin from SwiftLint package by @valeriyvan in #130
  • Extend Bitmap with init with parameter ContiguousArray by @valeriyvan in #132
  • Add to Rgba export to array and tuple; Add init from tuple by @valeriyvan in #136
  • Implements initialising Bitmap from PPM string, export of Bitmap into PPM string by @valeriyvan in #137
  • Extend Bitmap with initializer from UIImage and export to UIImage by @valeriyvan in #139
  • Extend Bitmap with initializer form data of png/jpeg and export to png/jpeg by @valeriyvan in #143
  • Add BitmapExporter to export geometrize result into Bitmap by @valeriyvan in #144
  • Add to geometrize-cli ability to output png and jpeg by @valeriyvan in #146
  • Add PrivacyInfo.xcprivacy by @valeriyvan in #147
  • Rename geometrize-cli into geometrize by @valeriyvan in #148
  • Fix for hang geometrizing image filled with solid color by @valeriyvan in #153
  • Introduces GeometrizingSequence by @valeriyvan in #160
  • Remove conformance to ExpressibleByStringLiteral and CustomStringConvertible, use PPM instead by @valeriyvan in #161

Full Changelog: 1.1.6...1.2.0

Fix tests on Ubuntu

21 Apr 17:51
9591767
Compare
Choose a tag to compare

What's Changed

  • Fix tests on Ubuntu #124

Full Changelog: 1.1.5...1.1.6

Fix broken tests

21 Apr 10:27
c9cb390
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.3...1.1.5

Implements background blending for non-opaque images

18 Apr 12:23
e300672
Compare
Choose a tag to compare
  • dash is possible to use in geometric-cli instead of output file to output generated svg into console
  • Rgba implements background blending
  • Bitmap implements background blending
  • Solves bug with geometrizing not opaque PNGs
  • Fixes issue with simultaneous using swift-png and swift-jpeg packages

Incrementally export SVG

29 Dec 20:51
cf4f100
Compare
Choose a tag to compare
1.1.2

Add feature incrementally export SVG

Add Bitmap rotation according to EXIF orientation tag

15 Dec 18:56
b874832
Compare
Choose a tag to compare
  • Add Bitmap rotation according to EXIF orientation tag (with fixed access control)

Add Bitmap rotation according to EXIF orientation tag

15 Dec 16:56
bf070d4
Compare
Choose a tag to compare
  • Add Bitmap rotation according to EXIF orientation tag

Make Bitmap downsample function public

02 Dec 07:13
d089193
Compare
Choose a tag to compare
1.0.1

Make Bitmap downsample method public

Multithreading, width of lines, bug fixing

19 Oct 19:52
2697a5b
Compare
Choose a tag to compare
  • Adds multithreading
  • Adds width for Line, Polyline and QuadraticBezier shapes
  • Bug fixes
  • Optimizations