Skip to content

Releases: snapwire-media/arion

Raw support

31 Mar 13:45
Compare
Choose a tag to compare

This release bring new feature - RAW images support
You can download static linked version of Arion v0.5.1 builded with OpenCV 3.4.1, exiv2 v0.16, libRaw 0.19Beta2 (openMP disabled) below for amazon linux (prepared for AWS lambda)

Bug fixing (ICC + IPTC)

24 Jun 13:10
Compare
Choose a tag to compare
0.3.4

Merge branch 'develop'

Iptc.Application2.Byline

01 Jun 19:51
Compare
Choose a tag to compare

Support for IPTC tag Iptc.Application2.Byline

Portable version

01 Jun 19:50
Compare
Choose a tag to compare

Allow to use arion as portable binary (AWS Lambda)

ICC for copy operation too

03 May 13:10
Compare
Choose a tag to compare
0.3.1

ICC fro copy operation to. Version 0.3.1

ICC support

03 May 12:09
Compare
Choose a tag to compare

Now arion keep ICC profile on resizing

Interpolation option

12 Mar 17:17
Compare
Choose a tag to compare
Interpolation option Pre-release
Pre-release

How arion supports interpolation option on resize (see example 5 and API docs)

White list

14 Feb 17:26
Compare
Choose a tag to compare
White list Pre-release
Pre-release

preserve_meta:false option now keep Orientation meta tag.

Arion 0.2.0 Beta

10 Aug 17:12
Compare
Choose a tag to compare
Arion 0.2.0 Beta Pre-release
Pre-release

These changes add the ability to use Arion as a standalone library in other projects. Most notably it allows the functionality to be used in a performant on-the-fly manner. The Arion Go wrapper (https://github.com/filitchp/goarion) takes this one step closer to help build an API around Arion. In addition, several additions have been made to watermarking including a performance overhaul and the ability to dynamically adjust the opacity on a pixel by pixel level. Additional performance tweaks were added such as only reading the image from disk once (metadata is subsequently read from memory). Also added a new command that returns an image 'fingerprint' (currently the only supported method is an md5 hash of the pixel data). Also added a fill resize operation which crops and resizes to a specific dimension.

Arion 0.2.0 Alpha

09 Jun 20:03
Compare
Choose a tag to compare
Arion 0.2.0 Alpha Pre-release
Pre-release

These changes add the ability to use Arion as a standalone library in other projects. Most notably it allows the functionality to be used in a performant on-the-fly manner. The Arion Go wrapper (https://github.com/filitchp/goarion) takes this one step closer to help build an API around Arion. In addition, several additions have been made to watermarking including a performance overhaul and the ability to dynamically adjust the opacity on a pixel by pixel level. Additional performance tweaks were added such as only reading the image from disk once (metadata is subsequently read from memory). Also added a new command that returns an image 'fingerprint' (currently the only supported method is an md5 hash of the pixel data). Also added a fill resize operation which crops and resizes to a specific dimension.