Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewvincent committed Jun 19, 2024
1 parent 6e108d3 commit 1902275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xcf_to_png.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for file in $xcf_files_to_convert; do
(image (car (gimp-file-load RUN-NONINTERACTIVE \"$file\" \"$file\")))
(merged-layer (car (gimp-image-merge-visible-layers image CLIP-TO-BOTTOM-LAYER)))
)
(file-png-save RUN-NONINTERACTIVE image merged layer \"$output_file\" \"$output_file\" 0 9 0 0 0 0 0)
(file-png-save RUN-NONINTERACTIVE image merged-layer \"$output_file\" \"$output_file\" 0 9 0 0 0 0 0)
(gimp-image-delete image)
)
(gimp-quit 0)
Expand Down

0 comments on commit 1902275

Please sign in to comment.