You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#due to weird behaviour of convert in crop_img for some images, force depth to match input (so it doesn't change)
imgdepth = int( run_subprocess("identify -format "%%z" %s"%globlist[0]) )
The text was updated successfully, but these errors were encountered:
#due to weird behaviour of convert in crop_img for some images, force depth to match input (so it doesn't change)
imgdepth = int( run_subprocess("identify -format "%%z" %s"%globlist[0]) )
The text was updated successfully, but these errors were encountered: