jameskermode / aps-length

Calculate length (number of equivalent words) for APS manuscripts written with LaTeX
GNU General Public License v2.0
39 stars 16 forks source link

Fix compatibity with identify from ImageMagick 7.1.1-5 #13

Closed irojkov-ph closed 1 year ago

irojkov-ph commented 1 year ago

With the current implementation, figures' size is considered to be the resolution that the identify command returns but this an imprecise value. Using the -verbose option one can access a more precise value (given by the Print size: line) of the image size estimated by ImageMagick.

jameskermode commented 1 year ago

Looks good! Thanks for the contribution