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
This appears to lead to a scaling operation to a negative target dimension, which, I suspect, becomes an integer underflow, causing an imagemagick size policy to fail:
max_print_line=10000 TEXINPUTS="/home/xaldew/git/phd/phd/blog/micromaps:/home/xaldew/git/phd/phd/blog/micromaps/tex:/home/xaldew/git/phd/phd/blog/micromaps/sty:" BIBINPUTS="/home/xaldew/git/phd/phd/blog/micromaps:/home/xaldew/git/phd/phd/blog/micromaps/bib:/home/xaldew/git/phd/phd/blog/micromaps/tex:/home/xaldew/git/phd/phd/blog/micromaps/sty:" BSTINPUTS="/home/xaldew/git/phd/phd/blog/micromaps:/home/xaldew/git/phd/phd/blog/micromaps/sty:" latexmlc docs/test/test.tex --destination=docs/test/test.html
latexmlc (LaTeXML version 0.8.8)
processing started Fri Aug 23 07:32:57 2024
Conversion complete: No obvious problems
Error:imageprocessing:Scale Image processing operation Scale (width, 159, height, -98) returned Exception 465: width or height exceeds limit `/home/xaldew/git/phd/phd/blog/micromaps/docs/test/img/new_sponza_twig-2state-1level-micromap_00.png' @ error/cache.c/OpenPixelCache/3909
Warning:expected:image Couldn't get usable image for /home/xaldew/git/phd/phd/blog/micromaps/docs/test/img/new_sponza_twig-2state-1level-micromap_00.png
Post-processing complete: 1 warning; 1 error (See /home/xaldew/git/phd/phd/blog/micromaps/test.latexml.log)
Status:conversion:2
The image in question is a 1920x1080 rendering well within the imagemagick policy sizes.
I've included a Zip-file with the above tex-source and image that leads to this error. Hope that helps! test.zip
The text was updated successfully, but these errors were encountered:
There seems to be some kind of bug with any
includeimage
macro that uses thetrim
andclip
options:This appears to lead to a scaling operation to a negative target dimension, which, I suspect, becomes an integer underflow, causing an
imagemagick
size policy to fail:The image in question is a 1920x1080 rendering well within the
imagemagick
policy sizes.I've included a Zip-file with the above
tex
-source and image that leads to this error. Hope that helps!test.zip
The text was updated successfully, but these errors were encountered: