Skip to content

Commit

Permalink
updated image_to_png.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 20, 2025
1 parent 995d3c6 commit 5e051d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions media/image_to_png.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ else
#"$srcdir/../packages/install_packages.sh" anothertool ||
die "Failed to install ImageMagick to convert image to PNG"

if is_mac; then
"$srcdir/../packages/install_package_if_absent.sh" libheif
fi

if convert; then
converted=1
fi
Expand Down

0 comments on commit 5e051d6

Please sign in to comment.