You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
568tools/tools/Open-Photopea/index.html

95 lines
4.9 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0" />
<meta name="thumbnail" content="https://www.photopea.com/promo/screens/scr5.png" />
<title>Photopea | Online Image Editor</title>
<link rel="icon" sizes="256x256" href="promo/thumb256.png">
<link rel="image_src" type="image/png" href="promo/thumb256.png" />
<link rel="manifest" href="manifest.json">
<meta name="description" content="Open and edit PSD, XCF, Sketch (Photoshop, Gimp and Sketch) or any other image files. Inspect PSD and Sketch files. Convert Sketch to PSD. Apply photo effects and filters. A perfect alternative to Photoshop or Gimp." />
<link rel="stylesheet" href="style/all.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" />
<style>.topfloat a {
text-decoration:none;
color:#ffffff;
padding:2px 6px 3px 6px;
border-radius: 0.3em;
display:inline-block;
white-space: nowrap;
}
#cap {
font-size: 1.3em;
padding:1em 9em 1.8em 3em; background-color: #0f171d; /*background-image: linear-gradient(rgb(20, 20, 22), rgb(40,40,45));*/
color:#e6e6e6; text-align:center;
/*position:absolute; z-index:10; margin:1em; border-radius: 1em;*/
}
#cap a { color:inherit; font-weight:bold; }
#cap p { margin-bottom:1.5em; line-height:1.5em; }
h1 { font-size: 2.5em; margin:0.7em 0; letter-spacing: 0em; }
strong { display:inline-block; font-size: 1.1em; background:rgba(0,0,0,0.1); padding:0.1em 0.5em;
margin: 0.2em 0.5em 0.2em 0; border-radius:0.3em; font-weight:normal; line-height:1.7}
</style>
<script>
function showCap() {_showCap(true);} function hideCap() {_showCap(false);}
function _showCap(vis){
document.getElementById("cap").setAttribute("style", vis?"":"display:none;");
localStorage.setItem("capShown", ""+vis);
}
</script>
</head>
<body class="theme0">
<!---->
<!---->
<div class="topfloat" style="display:none;">
<a class="bbtn" onclick="showCap()" style="background:#ff6600;cursor:pointer;">Info</a>
<!--<a onclick="ga('send','event','Links','story');" href="//blog.photopea.com/creating-photopea.html" style="background:#6827ff;" target="_blank">Story</a>-->
<!-- <a class="bbtn" onclick="ga('send','event','Links','issues');" href="https://github.com/photopea/photopea/issues" style="background:#559900;" target="_blank">Report a bug</a> -->
<a class="bbtn" onclick="ga('send','event','Links','learn');" href="learn/index.html" style="background:#aa0099;" target="_blank">Learn</a>
<a class="bbtn" onclick="ga('send','event','Links','blog');" href="https://blog.photopea.com" style="background:#e30044;" target="_blank">Blog</a>
<a class="bbtn" onclick="ga('send','event','Links','api');" href="api/index.html" style="background:#f1c40f;" target="_blank">API</a>
<!--
<a href="https://chrome.google.com/webstore/detail/photopea/fmophgdjdipcbfjiopifpngdjmemonko" style="background:#9900aa;" target="_blank">Chrome App</a>
<a onclick="ga('send','event','Links','reddit');" href="//www.reddit.com/r/photopea" style="background:#ff4500" target="_blank">Reddit</a>
-->
<!-- <a class="bbtn" onclick="ga('send','event','Links','twitter');" href="https://twitter.com/photopeacom" style="background:#1b95e0" target="_blank">Twi</a> -->
<!-- <a class="bbtn" onclick="ga('send','event','Links','facebook');" href="https://www.facebook.com/photopea/" style="background:#46629e" target="_blank">Facebook</a> -->
<!--<a onclick="ga('send','event','Links','bigDropInc');" href="https://www.bigdropinc.com" style="background:#f1c40f" target="_blank"
title="Big Drop Inc. - get your design done by professionals" >Big Drop Inc</a>-->
</div>
<script>if(localStorage.getItem("capShown")=="false" || window.self != window.top) hideCap();
/*var url = window.location.href, eind = url.indexOf("="), pname = null;
if(eind!=-1) pname = url.substring(url.indexOf("?")+1, eind);
if(pname=="p") { var pval = JSON.parse(decodeURI(url.substring(eind+1, url.length)));
if(pval.environment && !pval.environment.showbranding) { document.getElementsByClassName("topfloat")[0].style.display="none"; hideCap(); } }*/
</script>
<script src="code/external/ext.js"></script>
<script src="code/PIMG.js"></script>
<script src="code/FNTS.js"></script>
<script src="code/LNG2.js"></script>
<script src="code/pp.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4249565-37', 'photopea.com');
ga('send', 'pageview');
</script>
</body>
</html>