110 lines
5.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title> Add GIF Into a Still Image</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-48">
<span class="date">June 8, 2018</span>
<h1>Add GIF Into a Still Image</h1>
<div class="entry">
<p>Do you want to decorate a still image with an animated GIF? Here is how to do it fast and for free :)</p>
<span id="more-48"></span>
<a href="//i.imgur.com/KOXOBiN.gif"><img src="//i.imgur.com/KOXOBiN.gif" style="width:20%" /></a>
<h2>Open your images</h2>
<p>First, go to <a href="//www.Photopea.com">Photopea.com</a>. Press File - Open, and open your still image.
You can press Image - Image size, to change the resolution of the final GIF. Make sure it is not too large
(e.g. Width and Height are < 1000 px). Large resolutions require a lot of RAM, the process may crash on phones.</p>
<p>Then, press File - Open, again, and open your GIF. You should see two panels ("tabs") in Photopea.</p>
<a href="//i.imgur.com/2erZxK3.png"><img src="//i.imgur.com/2erZxK3.png" style="width:60%" /></a>
<h3>Duplicate layers</h3>
<p>Now, we need to copy all layers of the second document (frames of animation) into the first document (still image). Look into the Layers panel (bottom right): there is a folder (named "animated" in our case), that contains all frame layers.</p>
<p>Now, right-click that folder (in Layers panel) and choose Duplicate Into.</p>
<a href="//i.imgur.com/4w3KLAR.png"><img src="//i.imgur.com/dOPGME6.png" style="width:70%;" /></a>
<p>In the new window, choose the document with the still image as a destination. Confirm with OK button.</p>
<h3>Move the GIF to the right spot</h3>
<p>Switch to the panel ("tab") with a still image. You will see your GIF in the top left corner. Now, click and drag it to a new position (notice, that a whole folder is highlighted, so you are moving all frames at the same time).</p>
<p>You can even use <a href="//www.photopea.com/learn/free-transform">Free Transform</a> to make the GIF larger / smaller, or rotate it, etc.</p>
<a href="//i.imgur.com/qAbuyCT.png"><img src="//i.imgur.com/qAbuyCT.png" style="width:60%" /></a>
<p>Now, press File - Export As - GIF, and ... a new animation is ready! Hit Save to save it :)</p>
<p><b>Multiple GIFs:</b> read how to <a href="//www.photopea.com/tuts/combine-multiple-gifs-together/">add multiple GIFs, which play simultaneously</a>.</p>
<a href="//imgur.com/ikQanUS.gif"><img src="//imgur.com/ikQanUS.gif" style="width:50%" /></a>
</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>