--- a/maxious-canberra-transit-feed/source-html/convertPDFtoPNG.sh +++ b/maxious-canberra-transit-feed/source-html/convertPDFtoPNG.sh @@ -1,2 +1,3 @@ -gs -q -sDEVICE=pngalpha -dBATCH -dNOPAUSE -dFirstPage=1 -dLastPage=1 -r600 -sOutputFile=test.png test.pdf +gs -q -sDEVICE=pngalpha -dBATCH -dNOPAUSE -dFirstPage=1 -dLastPage=1 -r400 -sOutputFile=weekday_bus_map.png weekday_bus_map.pdf +gs -q -sDEVICE=pngalpha -dBATCH -dNOPAUSE -dFirstPage=1 -dLastPage=1 -r400 -sOutputFile=weekend_bus_map.png weekend_bus_map.pdf