You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/Plugin_jxl.bas
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -819,7 +819,7 @@ Public Function PromptForLibraryDownload_JXL(Optional ByVal targetIsImportLib As
819
819
Set uiMsg = New pdString
820
820
uiMsg.AppendLine g_Language.TranslateMessage("JPEG XL (JXL) is a modern replacement for the JPEG image format. PhotoDemon does not natively support JPEG XL images, but it can download a free, open-source plugin that adds JPEG XL support.")
821
821
uiMsg.AppendLineBreak
822
-
uiMsg.AppendLine g_Language.TranslateMessage("The libjxl library provides free, open-source JPEG XL compatibility. A portable copy of libjxl will require ~%1 mb of disk space. Once downloaded, PhotoDemon can use libjxl to load and save JPEG XL images (including animations).", 5)
822
+
uiMsg.AppendLine g_Language.TranslateMessage("The libjxl library provides free, open-source JPEG XL compatibility. A portable copy of libjxl will require ~%1 mb of disk space. Once downloaded, PhotoDemon can use libjxl to load and save JPEG XL images (including animations).", 7)
823
823
uiMsg.AppendLineBreak
824
824
uiMsg.Append g_Language.TranslateMessage("Would you like PhotoDemon to download libjxl to your PhotoDemon plugin folder?")
825
825
@@ -862,9 +862,9 @@ Private Function DownloadLatestLibjxl() As Boolean
862
862
' - libjxl-LICENSE.txt (copyright and license info)
863
863
Const EXPECTED_NUM_FILES AsLong = 4
864
864
865
-
'Current libjxl build is 0.10.0, downloaded from https://github.com/libjxl/libjxl/releases/tag/v0.10.0
0 commit comments