111 lines
6.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title> Prepare Graphics for Printing</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0" />
<!--<link rel="stylesheet" href="https://www.photopea.com/tuts/wp-content/themes/simplex/style.css" type="text/css" media="screen" />-->
<link rel="stylesheet" href="https://blog.photopea.com/wp-content/themes/simplex/style.css" type="text/css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4249565-46"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('config', 'UA-4249565-46');
</script>
</head>
<body>
<div id="page">
<div id="header">
<a href="https://www.photopea.com/tuts/" class="title">Photopea Tutorials</a>
<!--<p>Web-based image editor.</p>-->
<a href="//blog.photopea.com">Blog</a> |
<a href="//www.photopea.com/learn">Learn</a> |
<a class="curr" href="//www.photopea.com/tuts">Tutorials</a> |
<a href="//www.photopea.com/templates">Templates</a> |
<a href="//www.photopea.com/api">API</a> |
<a href="//www.facebook.com/photopea"><img src="//photopea.com/img/facebook.svg" /></a> |
<a href="//www.twitter.com/photopeacom"><img src="//photopea.com/img/twitter.svg" /></a>
</div> <div id="main">
<div id="content">
<div class="post" id="post-163">
<span class="date">February 24, 2019</span>
<h1>Prepare Graphics for Printing</h1>
<div class="entry">
<p>Printing companies may ask you to prepare graphics in a specific format. In this guide, we will show you how to do it
quickly and easily with Photopea.</p>
<span id="more-163"></span>
<p><a href="//www.Photopea.com">Photopea</a> is an advanced graphic editor, which works on any device in a web browser. You can open and edit existing graphics (PSD, PDF, AI, Corel Draw file). You can even create your graphics from scratch in Photopea.</p>
<p>Let's have a look at some common requests, which you may get from printing companies.</p>
<h2>Set the Correct DPI</h2>
<p>To change the Image Size or the DPI of your document, press "Image" - "Image Size" at the Top Menu. Now, choose the units of the size (inches or millimeters).</p>
<img src="//i.imgur.com/JZJTCwL.png" style="width:50%" />
<p>Enter the required width and height in inches (or millimeters), and the right DPI value (e.g. the Width of 10 inches, the height of 15 inches, and the DPI of 300). After that, press OK.</p>
<h2>Set the CMYK mode</h2>
<p>Requesting CMYK mode was very common in 70s and 80s. There existed only a few brands of printers, which used a very similar ink. Color Profiles were invented in 90s, which define a precise standard for color management. Since then, requesting a "CMYK mode" (without supplying a specific ICC profile - .ICC file) does not make any sense, as there exist thousands of CMYK spaces.</p>
<p>Photopea stores all files in sRGB space at the moment. Modern printers (which do not come from 70s or 80s) should be able to handle any color profile (i.e. any PDF file). <a href="//www.photopea.com/learn/color-spaces">Read more about Color Spaces</a>.</p>
<h2>Export as PDF</h2>
<p>Press File - Export As - PDF for the basic export dialog. For the best results, check <b>Rasterize All</b> and hit Save.
You can be sure, that the printed document will look exactly as you see it in Photopea. But it won't be possible to edit
such PDF with any PDF editor (but editing PDF is needed very rarely). This approach corresponds to the PDF export of Adobe Photoshop.</p>
<img src="//i.imgur.com/DB2gupG.png" class="fullw" />
<p>To get a smaller and editable PDF file, disable Rasterize All, and enable Vectorize Text. In such case, the PDF will be smaller,
but some effects may disappear (drop shadows, smart filters, warping of Smart Objects, etc.). So make sure that such effects are not present in your work, and the PDF preview looks correctly.</p>
<p>To get the smallest PDF files, disable all checkboxes. The result is similar to the previous approach
(some effects may disappear), but also, all text will be rendered with a Times font. This approach is perfectly fine for documents without text and without special effects.</p>
</div>
</div>
</div><!--content-->
<div style="width:110px; margin: 0px auto;">
<a href="#" title="Share on Facebook" onclick="smallWindow('http://www.facebook.com/share.php?u=');"><img src="//www.photopea.com/promo/fb.png" /></a>
<a href="#" title="Share on Google Plus" onclick="smallWindow('https://plus.google.com/share?url=');"><img src="//www.photopea.com/promo/gp.png" /></a>
<a href="#" title="Share on Twitter" onclick="smallWindow('http://twitter.com/share?url=');"><img src="//www.photopea.com/promo/tw.png" /></a>
<script type="text/javascript">
function smallWindow(url)
{
var w = 640, h = 300;
window.open(url+"<? echo get_permalink($post); ?>", "Share", "width="+w+",height="+h+",left="+Math.floor((window.innerWidth-w)/2)+",top="+Math.floor((window.innerHeight-h)/2));
}
</script>
</div>
</div>
<div style="max-width:770px; margin: 0px auto;">
<h2 style="margin-top: 3em">Comments</h2>
<p>Do you need help? Ask us at <a href="//www.reddit.com/r/photopea/" target="_blank">our Reddit</a>!</p>
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'photopeablog'; // required: replace example with your forum shortname
(function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();
</script>
<!--main-->
<?//php get_sidebar(); ?>
<div id="footer">&copy; 2013-2021 support@photopea.com</div>
</div> <!--page-->
</body>
</html>