High quality figures in my latex document is making the pdf document very slow and laggy
up vote
0
down vote
favorite
I am in the process of writing a manuscript and I have decided to use overleaf to make that document. I used inkscape to make my figures and every image in my figure is a vector graphic. The problem is, my figures are very large (~25 mb) and I have four of those. I made the image dimensions smaller which made my figure size ~ 10 mb. That is still too large since when I embed that in my manuscript, my manuscript ends up being very laggy as I navigate through it. If I compress the pdf image, my image becomes distorted. If I save the figures as .png, they are still very large.
My question is, how do I embed high resolution images with lower size in my manuscript. I have been stuck on this problem for a while and I am not sure how to tackle it. Surely there must be some way to save a low size high quality image. I appreciate all your help.
Thanks.
pdf inkscape
New contributor
add a comment |
up vote
0
down vote
favorite
I am in the process of writing a manuscript and I have decided to use overleaf to make that document. I used inkscape to make my figures and every image in my figure is a vector graphic. The problem is, my figures are very large (~25 mb) and I have four of those. I made the image dimensions smaller which made my figure size ~ 10 mb. That is still too large since when I embed that in my manuscript, my manuscript ends up being very laggy as I navigate through it. If I compress the pdf image, my image becomes distorted. If I save the figures as .png, they are still very large.
My question is, how do I embed high resolution images with lower size in my manuscript. I have been stuck on this problem for a while and I am not sure how to tackle it. Surely there must be some way to save a low size high quality image. I appreciate all your help.
Thanks.
pdf inkscape
New contributor
Welcome to TeX.SX! Latex is not able to adjust the resolution of your images. You need to do this using an external program. Alternatively, if you want to keep the resolution for the final version then you can useusepackage[draft]{graphicx}
to suppress images will you are working on the document.
– Andrew
1 hour ago
avoid compressing pdf (it will work with correct settings but it is fraught with problems getting .pdf used universally) stick with reducing copies of the .png's. With inkscape you can specify the size and resolution of the file. By default many applications use 72 or 96 dpi but for reasonable color output 150dpi is enough and 300 dpi the preferred max unless your going to enlarge output (I would test both) be aware if include reduces the size then you need to calculate final dpi so if at 1:1 you want 300dpi quality but its included at half size then you only need 150 dpi for the same result
– KJO
1 hour ago
As .png each image file should never be more than ### kb certainly over 1mb is rare
– KJO
1 hour ago
I would create low-res versions of the images and include those during the early stages of production using a swtich/flag. Then use the larger, higher-quality images for final production.
– Werner
7 mins ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am in the process of writing a manuscript and I have decided to use overleaf to make that document. I used inkscape to make my figures and every image in my figure is a vector graphic. The problem is, my figures are very large (~25 mb) and I have four of those. I made the image dimensions smaller which made my figure size ~ 10 mb. That is still too large since when I embed that in my manuscript, my manuscript ends up being very laggy as I navigate through it. If I compress the pdf image, my image becomes distorted. If I save the figures as .png, they are still very large.
My question is, how do I embed high resolution images with lower size in my manuscript. I have been stuck on this problem for a while and I am not sure how to tackle it. Surely there must be some way to save a low size high quality image. I appreciate all your help.
Thanks.
pdf inkscape
New contributor
I am in the process of writing a manuscript and I have decided to use overleaf to make that document. I used inkscape to make my figures and every image in my figure is a vector graphic. The problem is, my figures are very large (~25 mb) and I have four of those. I made the image dimensions smaller which made my figure size ~ 10 mb. That is still too large since when I embed that in my manuscript, my manuscript ends up being very laggy as I navigate through it. If I compress the pdf image, my image becomes distorted. If I save the figures as .png, they are still very large.
My question is, how do I embed high resolution images with lower size in my manuscript. I have been stuck on this problem for a while and I am not sure how to tackle it. Surely there must be some way to save a low size high quality image. I appreciate all your help.
Thanks.
pdf inkscape
pdf inkscape
New contributor
New contributor
edited 10 mins ago
LianTze Lim
7,48322763
7,48322763
New contributor
asked 2 hours ago
Abdullah
1
1
New contributor
New contributor
Welcome to TeX.SX! Latex is not able to adjust the resolution of your images. You need to do this using an external program. Alternatively, if you want to keep the resolution for the final version then you can useusepackage[draft]{graphicx}
to suppress images will you are working on the document.
– Andrew
1 hour ago
avoid compressing pdf (it will work with correct settings but it is fraught with problems getting .pdf used universally) stick with reducing copies of the .png's. With inkscape you can specify the size and resolution of the file. By default many applications use 72 or 96 dpi but for reasonable color output 150dpi is enough and 300 dpi the preferred max unless your going to enlarge output (I would test both) be aware if include reduces the size then you need to calculate final dpi so if at 1:1 you want 300dpi quality but its included at half size then you only need 150 dpi for the same result
– KJO
1 hour ago
As .png each image file should never be more than ### kb certainly over 1mb is rare
– KJO
1 hour ago
I would create low-res versions of the images and include those during the early stages of production using a swtich/flag. Then use the larger, higher-quality images for final production.
– Werner
7 mins ago
add a comment |
Welcome to TeX.SX! Latex is not able to adjust the resolution of your images. You need to do this using an external program. Alternatively, if you want to keep the resolution for the final version then you can useusepackage[draft]{graphicx}
to suppress images will you are working on the document.
– Andrew
1 hour ago
avoid compressing pdf (it will work with correct settings but it is fraught with problems getting .pdf used universally) stick with reducing copies of the .png's. With inkscape you can specify the size and resolution of the file. By default many applications use 72 or 96 dpi but for reasonable color output 150dpi is enough and 300 dpi the preferred max unless your going to enlarge output (I would test both) be aware if include reduces the size then you need to calculate final dpi so if at 1:1 you want 300dpi quality but its included at half size then you only need 150 dpi for the same result
– KJO
1 hour ago
As .png each image file should never be more than ### kb certainly over 1mb is rare
– KJO
1 hour ago
I would create low-res versions of the images and include those during the early stages of production using a swtich/flag. Then use the larger, higher-quality images for final production.
– Werner
7 mins ago
Welcome to TeX.SX! Latex is not able to adjust the resolution of your images. You need to do this using an external program. Alternatively, if you want to keep the resolution for the final version then you can use
usepackage[draft]{graphicx}
to suppress images will you are working on the document.– Andrew
1 hour ago
Welcome to TeX.SX! Latex is not able to adjust the resolution of your images. You need to do this using an external program. Alternatively, if you want to keep the resolution for the final version then you can use
usepackage[draft]{graphicx}
to suppress images will you are working on the document.– Andrew
1 hour ago
avoid compressing pdf (it will work with correct settings but it is fraught with problems getting .pdf used universally) stick with reducing copies of the .png's. With inkscape you can specify the size and resolution of the file. By default many applications use 72 or 96 dpi but for reasonable color output 150dpi is enough and 300 dpi the preferred max unless your going to enlarge output (I would test both) be aware if include reduces the size then you need to calculate final dpi so if at 1:1 you want 300dpi quality but its included at half size then you only need 150 dpi for the same result
– KJO
1 hour ago
avoid compressing pdf (it will work with correct settings but it is fraught with problems getting .pdf used universally) stick with reducing copies of the .png's. With inkscape you can specify the size and resolution of the file. By default many applications use 72 or 96 dpi but for reasonable color output 150dpi is enough and 300 dpi the preferred max unless your going to enlarge output (I would test both) be aware if include reduces the size then you need to calculate final dpi so if at 1:1 you want 300dpi quality but its included at half size then you only need 150 dpi for the same result
– KJO
1 hour ago
As .png each image file should never be more than ### kb certainly over 1mb is rare
– KJO
1 hour ago
As .png each image file should never be more than ### kb certainly over 1mb is rare
– KJO
1 hour ago
I would create low-res versions of the images and include those during the early stages of production using a swtich/flag. Then use the larger, higher-quality images for final production.
– Werner
7 mins ago
I would create low-res versions of the images and include those during the early stages of production using a swtich/flag. Then use the larger, higher-quality images for final production.
– Werner
7 mins ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Abdullah is a new contributor. Be nice, and check out our Code of Conduct.
Abdullah is a new contributor. Be nice, and check out our Code of Conduct.
Abdullah is a new contributor. Be nice, and check out our Code of Conduct.
Abdullah is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f464231%2fhigh-quality-figures-in-my-latex-document-is-making-the-pdf-document-very-slow-a%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to TeX.SX! Latex is not able to adjust the resolution of your images. You need to do this using an external program. Alternatively, if you want to keep the resolution for the final version then you can use
usepackage[draft]{graphicx}
to suppress images will you are working on the document.– Andrew
1 hour ago
avoid compressing pdf (it will work with correct settings but it is fraught with problems getting .pdf used universally) stick with reducing copies of the .png's. With inkscape you can specify the size and resolution of the file. By default many applications use 72 or 96 dpi but for reasonable color output 150dpi is enough and 300 dpi the preferred max unless your going to enlarge output (I would test both) be aware if include reduces the size then you need to calculate final dpi so if at 1:1 you want 300dpi quality but its included at half size then you only need 150 dpi for the same result
– KJO
1 hour ago
As .png each image file should never be more than ### kb certainly over 1mb is rare
– KJO
1 hour ago
I would create low-res versions of the images and include those during the early stages of production using a swtich/flag. Then use the larger, higher-quality images for final production.
– Werner
7 mins ago