Open dxlr8r opened 8 years ago
Hi — give me a reliable way to reproduce this error, and maybe I can help. Cheers
This should have been fixed now. Can you verify?
$ curl -qs https://infected-mushroom.com/wp-content/uploads/2017/09/rtts.jpg | convert -liquid-rescale 200x100% -resize 120x60 - jpg:- | jp2a -b -
Floating point exception (core dumped)
Version: jp2a 1.0.7
Works for original image, but not for one spat out by imagemagick tools.
If you pass --width=76
, does this exception go away? It does for me.
Hellp, I get a "Floating point exception" when I try to execute this at CentOS 5.11 using the current code. I have compiled libjpeg (v9b) and jp2a myself. Any ideas?
Edit: I get the same error on my Mac with newest El Capitan, everything as vanilla as possible.