Why do my images look pixelated?
My guess is the problem is with the resizing algorithm. It needs more antialiasing or more DPI or something. Is there any way I can improve that?
Here is the complete text of the org-mode file, though this happens with all images in every file (and so this info doesn't really matter):
- The image file: https://files.lilf.ir/tmp/20240111_105923_TIIbBt.jpg
#+TITLE: bootstrap * [[https://en.wikipedia.org/wiki/Bootstrapping_(statistics)][Bootstrapping (statistics) - Wikipedia]] * [[https://en.wikipedia.org/wiki/Bootstrap_aggregating][Bootstrap aggregating - Wikipedia]] #+ATTR_HTML: :width 629 [[file:gen.org_imgs/20240111_105923_TIIbBt.jpg]] ** ML Dr. Jafari #+ATTR_HTML: :width 900 [[file:gen.org_imgs/20240111_035644_BCth5p.jpg]] 

files.lilf.irwork.] Try usingmedianfoto examine image metadata in the file. You cannot increase the resolution of a raster image (like a JPG): your best bet is to start from a vector image (like an SVG) and convert it to a raster image at the dimensions you are interested in and then leave it alone: no more conversions or resizing.