I'm using Rails with mini_magick and my code fails on call of image.size with such exception:
`identify -format %m %w %h %b /tmp/RackMultipart20231025-217-shzlwd.png[0]` failed with error: > image.size Recently I updated my ruby version to 3.1 and Rails to 7.0, so it could be somehow connected with it. Also using mini_magick version 4.11.0.
Any hints how to fix this?
.... -format "%m %w %h %b" ...magick identify .... See stackoverflow.com/a/61208844/2836621identify -format "%m %w %h %b"it's not my code - it's just error message from trace (seems like ImageMagick code).