mirror of
https://gitflic.ru/project/photopea-v2/photopea-v-2.git
synced 2025-08-17 17:06:21 +00:00
102 lines
5.5 KiB
HTML
102 lines
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title> Stitch Images Together Online</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-435">
|
|
<span class="date">May 20, 2020</span>
|
|
<h1>Stitch Images Together Online</h1>
|
|
<div class="entry">
|
|
|
|
<p>Did you take multiple photos and want to combine them into a panorama? Or you scanned parts of a picture and want to reconstruct the whole image? It can be done easily online!</p>
|
|
<span id="more-435"></span>
|
|
<p>We will stich our images online in a photo editor <a href="//www.Photopea.com">Photopea.com</a>. Once you are there, press File - Open, select all images from your computer and open them. They will be displayed in Photopea as separate documents. You can switch between documents by clicking the labels at the top.</p>
|
|
|
|
<img src="//i.imgur.com/XjywbpN.png" class="fullw" />
|
|
|
|
<h2>Put everything into one document</h2>
|
|
|
|
<p>Now, we need to put all images into a single document (e.g. the first one). Switch to a second document, press Ctrl+A (or Select - All) to select all. Press Ctrl+C (or Edit - Copy) to copy, switch to the first document, and press Ctrl+V (or Edit - Paste) to paste. Copy images from other documents in the same way. The first document will contain each image as a separate layer (the list of layers is on the right side of Photopea).</p>
|
|
|
|
<img src="//i.imgur.com/mFy52A9.png" style="width:36%" />
|
|
|
|
<h2>Align layers</h2>
|
|
|
|
<p>We need to select all layers. Look at the Layers panel on the right side. Click the bottom-most layer, hold Shift, and click the top-most layer. Selected layers are highlighted. Press Edit - <b>Auto-Align</b> to make Photopea align images with each other. The bottom-most image will stand still, while other images will be moved, rotated and scaled, to create a final result.</p>
|
|
|
|
<img src="//i.imgur.com/vHzh6s5.gif" class="fullw" />
|
|
|
|
<h2>Fix edges between images</h2>
|
|
|
|
<p>Once the images are moved and rotated, we can still see differences at places, where two images meet. While all images are still selected, press Edit - Auto-Blend.</p>
|
|
|
|
<p>Another way is to use the Eraser tool. Press E to switch to the Eraser. Right-click the image and increase the Size and decrease the Hardness of the brush. Click a layer you want to work with (in the Layers panel) and erase the unwanted areas by painting over them.</p>
|
|
|
|
<img src="//i.imgur.com/7Tn0gC6.jpg" class="fullw" />
|
|
|
|
<p>Now, save your image by pressing File - Export As - JPG. Done! :)</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">© 2013-2021 support@photopea.com</div>
|
|
</div> <!--page-->
|
|
</body>
|
|
</html> |