In terms of occupied space and performance (compiling time), what would be the most efficient way to insert image in a document :
- Insert images from different files (multiple .jpg, .png, etc.);
- Insert images from a single big file (only 1 .jpg or .png for exemple), that you need to crop every time you use
\includegraphics; - Any other way (?).