Skip to content

Commit

Permalink
WebP support: update to the latest libwebp
Browse files Browse the repository at this point in the history
Relates to #639.  Thank you to @mizka76 for filing the WebP-related issue that prompted this update!
  • Loading branch information
tannerhelland committed Feb 14, 2025
1 parent 65fd64a commit 59722aa
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file modified App/PhotoDemon/Plugins/libsharpyuv.dll
Binary file not shown.
Binary file modified App/PhotoDemon/Plugins/libwebp.dll
Binary file not shown.
Binary file modified App/PhotoDemon/Plugins/libwebpdemux.dll
Binary file not shown.
Binary file modified App/PhotoDemon/Plugins/libwebpmux.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Modules/Plugin_Management.bas
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Private Const EXPECTED_LZ4_VERSION As String = "10904"
Private Const EXPECTED_PDFIUM_VERSION As String = "126.0.6447"
Private Const EXPECTED_PSPI_VERSION As String = "0.9"
Private Const EXPECTED_RESVG_VERSION As String = "0.44.0"
Private Const EXPECTED_WEBP_VERSION As String = "1.4.0"
Private Const EXPECTED_WEBP_VERSION As String = "1.5.0"
Private Const EXPECTED_ZSTD_VERSION As String = "10506"

'To simplify handling throughout this module, plugin existence, allowance, and successful initialization are tracked internally.
Expand Down
2 changes: 1 addition & 1 deletion PhotoDemon.vbp
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ Description="PhotoDemon Photo Editor"
CompatibleMode="0"
MajorVer=2024
MinorVer=12
RevisionVer=120
RevisionVer=122
AutoIncrementVer=1
ServerSupportFiles=0
VersionComments="Copyright 2000-2025 Tanner Helland - photodemon.org"
Expand Down

0 comments on commit 59722aa

Please sign in to comment.