Releases: valeriyvan/swift-geometrize
Releases · valeriyvan/swift-geometrize
Use stable version of SwiftLint
What's Changed
- Fix links to images in README by @valeriyvan in #162
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
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
Fix broken tests
What's Changed
- Feature: background blending by @valeriyvan in #120
- Add to cli ability to use - for output path by @valeriyvan in #121
- upgrade png, jpeg dependencies by @tayloraswift in #122
New Contributors
- @tayloraswift made their first contribution in #122
Full Changelog: 1.1.3...1.1.5
Implements background blending for non-opaque images
- 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
1.1.2 Add feature incrementally export SVG
Add Bitmap rotation according to EXIF orientation tag
- Add Bitmap rotation according to EXIF orientation tag (with fixed access control)
Add Bitmap rotation according to EXIF orientation tag
- Add Bitmap rotation according to EXIF orientation tag
Make Bitmap downsample function public
1.0.1 Make Bitmap downsample method public
Multithreading, width of lines, bug fixing
- Adds multithreading
- Adds width for Line, Polyline and QuadraticBezier shapes
- Bug fixes
- Optimizations