Skip to content

Commit

Permalink
Update to Imageflow .NET 0.7.22
Browse files Browse the repository at this point in the history
* Fix P/Invoke problem in 32-bit mode (x86)
* Optimize PNG and WebP filesize when converting from WebP by decoding without alpha when appropriate
* Fix compositing when the canvas is a decoded PNG (Fixes imazen/imageflow#580)
  • Loading branch information
lilith committed Mar 18, 2021
1 parent 6caf311 commit be1fa8c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Imageflow.Server/Imageflow.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Imageflow.NativeRuntime.osx-x86_64" Version="1.5.6-rc60" />
<PackageReference Include="Imageflow.NativeRuntime.ubuntu_16_04-x86_64" Version="1.5.6-rc60" />
<PackageReference Include="Imageflow.NativeRuntime.win-x86" Version="1.5.6-rc60" />
<PackageReference Include="Imageflow.NativeRuntime.win-x86_64" Version="1.5.6-rc60" />
<PackageReference Include="Imageflow.Net" Version="0.7.20" />
<PackageReference Include="Imageflow.AllPlatforms" Version="0.7.22" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit be1fa8c

Please sign in to comment.