ARiisgaard / Thesis

0 stars 0 forks source link

Invalid Parameter: -resize/-font #1

Closed ARiisgaard closed 4 years ago

ARiisgaard commented 4 years ago

The current issue preventing the code from running is that it doesn't recognise some of the os.system commands: for instance -resize and -font

#Line 199
# resize
os.system('convert '+colorfile+' -resize 250x250 '+colorfile+' >> log.txt')

colorfile: "C:\Users\A-G-R\Desktop\Thesis\RasterData\GlobCover\SSP1\popmean-2100-color.tiff"

Invalid Parameter - -resize Invalid Parameter - -font

ARiisgaard commented 4 years ago

Fixed by installing ImageMagick