google-research / arxiv-latex-cleaner

arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Propose to add an option for not resizing images and figures

Ir1d opened this issue · comments

Propose to add an option for not resizing images and figures

Hi @Ir1d,

Thanks for the suggestion, marking it as an enhancement.

Best,

In the meantime, you can use --im_size=1000000000 which will effectively not resize any image (images only get downscaled, not upscaled)

Hi @Ir1d,

In 6fe243a I just added a parameter called "resize_images", that will leave all images untouched if set to False.