- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Does not leverage previous compilations?
DuckDuckGo search Linux convert png to jpg with transparent pixels to white.
Does not leverage previous compilations?
Maybe JPG can be written as is in the PDF contrarily to PNG.
Does not leverage previous compilations?
Bash script:
for file in actual_figures/*.{png,JPG}
do
fileName=`basename $file`
convert -quality 1 $file $fileName.jpg
mv $fileName{.jpg,}…
Does not leverage previous compilations?
For testing can try generating PNG as .jpg
.
Unclear if want to have JPG compression or rescale without rescaling in the article.
Does not leverage previous compilations?
Being able to specify quality as percentage as for JPG convert
would be nice, otherwise have to manually compute and enforce such initial file size portion.
DuckDuckGo search *Linux convert…
Does not leverage previous compilations?
Bash script:
for file in actual_figures/*.{png,JPG}
do
#echo $file
#echo `basename $file`
convert -size "`file $file
Does not leverage previous compilations?
Still compiling on PLMLaTeX after 8 minutes when not in draft. It seems to have taken about 10 minutes.
With draft mode it takes 9 seconds.
The resolution does not seem to blame but the…
Notify on completed compilation
JavaScript code:
function getElementByXpath(path) {
return document.evaluate(path, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singl…