-
Notifications
You must be signed in to change notification settings - Fork 0
/
mozjpeg.net.MacOS.nuspec
24 lines (24 loc) · 1.24 KB
/
mozjpeg.net.MacOS.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mozjpeg.net.MacOS</id>
<version>1.0.3</version>
<authors>Daniel Münch</authors>
<licenseUrl>https://github.com/dmunch/mozjpeg.net/blob/master/COPYING</licenseUrl>
<projectUrl>https://github.com/dmunch/mozjpeg.net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>P/Invoke wrappers around Mozillas mozjpeg for .NET and Xamarin - Bundled with libmozjpeg.dylib</description>
<releaseNotes>
- Add method Transform with transformation parameter.
- Extend J_COLOR_SPACE enum.
</releaseNotes>
<summary>Exposes the complete API in order to be able to control all the parameters of JPEG encoding and decoding. Also includes
lossless transformation methods.</summary>
<tags>libjpeg mozjpeg dylib lossless transformation</tags>
</metadata>
<files>
<file src="mozjpeg.net.MacOS/bin/Release/mozjpeg.net.dll" target="lib/net45" />
<file src="mozjpeg.net.MacOS/bin/libmozjpeg.dylib" target="build" />
<file src="mozjpeg.net.MacOS/mozjpeg.net.MacOS.targets" target="build" />
</files>
</package>