Skip to content

Commit

Permalink
Merge pull request #29 from hmlendea/fixes
Browse files Browse the repository at this point in the history
Fixed image quality
  • Loading branch information
hmlendea committed Sep 23, 2023
2 parents e10e686 + 809a34c commit 381a269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/scripts/png-to-dds.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
; Save
(file-dds-save RUN-NONINTERACTIVE image drawable
imageOutPath imageOutPath
0 1 0 0 0 0 0 0 0 1.0 0 0 0.5)
0 0 0 0 0 0 0 0 0 1.0 0 0 0.5)

(gimp-context-pop)
)

0 comments on commit 381a269

Please sign in to comment.