Skip to content

Commit

Permalink
Merge pull request #4 from frznlogic/3-pnmtopng-the-phys-option-no-lo…
Browse files Browse the repository at this point in the history
…nger-exists

Fixed compilation issue
  • Loading branch information
frznlogic authored Apr 24, 2023
2 parents 5bff894 + dec50f4 commit bd66059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ images/%.jpg : images/%.gif
convert -resize 50% images/$*.gif images/$*.jpg

images/%.eps : images/%.gif
giftopnm images/$*.gif | pnmtopng -phys 11811 11811 1 | convert - images/$*.eps
giftopnm images/$*.gif | pnmtopng -size "11811 11811 1" | convert - images/$*.eps

images/%.png : images/%.gif
giftopnm images/$*.gif | pnmtopng -phys 11811 11811 1 > images/$*.png
giftopnm images/$*.gif | pnmtopng -size "11811 11811 1" > images/$*.png

.PHONY: clean
clean:
Expand Down

0 comments on commit bd66059

Please sign in to comment.