Skip to content

Commit

Permalink
Update Magick.NET to fix HEIF to JPEG conversion bug
Browse files Browse the repository at this point in the history
iOS 18 images cannot be converted strukturag/libheif#1190
  • Loading branch information
golf1052 committed Oct 1, 2024
1 parent 4bbd494 commit 7746d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down
2 changes: 1 addition & 1 deletion SeattleCarsInBikeLanes/SeattleCarsInBikeLanes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="idunno.Authentication.Basic" Version="2.3.1" />
<PackageReference Include="Imgur.API" Version="5.0.0" />
<PackageReference Include="linqtotwitter" Version="6.15.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.5.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.0.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.CognitiveServices.Vision.ComputerVision" Version="7.0.1" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.37.1" />
Expand Down

0 comments on commit 7746d9c

Please sign in to comment.