Image Editor - O Editor de Imagens Mais Famoso do Mundo
About this app
O Image Editor é o editor de imagens mais famoso do mundo, com os efeitos Caneta Mágica, Colorido, Negativo, Arte Pop e Positivo.
Image Editor - O Editor de Imagens Mais Famoso do Mundo Image Editor - O Editor de Imagens Mais Famoso do Mundo Caneta Mágica Colorido Negativo Arte Pop Positivo
Related apps
Put this on your site
Source
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Image Editor - O Editor de Imagens Mais Famoso do Mundo</title>
<meta name="description" content="O Image Editor é o editor de imagens mais famoso do mundo, com os efeitos Caneta Mágica, Colorido, Negativo, Arte Pop e Positivo.">
<meta name="keywords" content="image editor, editor de imagens, caneta mágica, colorido, negativo, arte pop, positivo">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script type="text/javascript">
try {
// App Javascript Goes Here. Place your entire script content inside the try block for error handling.
// This will run when the DOM is ready.
document.addEventListener("DOMContentLoaded", function() {
// Function to apply Magic Pen effect
function applyMagicPen() {
// Code to apply Magic Pen effect goes here
}
// Function to apply Colorful effect
function applyColorful() {
// Code to apply Colorful effect goes here
}
// Function to apply Negative effect
function applyNegative() {
// Code to apply Negative effect goes here
}
// Function to apply Pop Art effect
function applyPopArt() {
// Code to apply Pop Art effect goes here
}
// Function to apply Positive effect
function applyPositive() {
// Code to apply Positive effect goes here
}
// Function to handle image upload
function handleImageUpload() {
// Code to handle image upload goes here
}
// Event listener for Magic Pen button
$("#magic-pen-btn").click(function() {
applyMagicPen();
});
// Event listener for Colorful button
$("#colorful-btn").click(function() {
applyColorful();
});
// Event listener for Negative button
$("#negative-btn").click(function() {
applyNegative();
});
// Event listener for Pop Art button
$("#pop-art-btn").click(function() {
applyPopArt();
});
// Event listener for Positive button
$("#positive-btn").click(function() {
applyPositive();
});
// Event listener for image upload
$("#image-upload").change(function() {
handleImageUpload();
});
});
} catch (error) {
// This will throw the error to the parent window.
throw error;
}
</script>
<style>
/* App CSS Goes Here */
body {
background-color: #f1f1f1;
font-family: 'Roboto', sans-serif;
}
.container {
margin-top: 50px;
text-align: center;
}
h1 {
color: #333;
}
.btn {
margin-top: 20px;
}
#image-container {
margin-top: 50px;
}
#image-preview {
max-width: 500px;
margin: 0 auto;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Image Editor - O Editor de Imagens Mais Famoso do Mundo</h1>
<div class="btn-group" role="group">
<button id="magic-pen-btn" class="btn btn-primary"><i class="fa fa-magic"></i> Caneta Mágica</button>
<button id="colorful-btn" class="btn btn-success"><i class="fa fa-paint-brush"></i> Colorido</button>
<button id="negative-btn" class="btn btn-danger"><i class="fa fa-exclamation-circle"></i> Negativo</button>
<button id="pop-art-btn" class="btn btn-warning"><i class="fa fa-picture-o"></i> Arte Pop</button>
<button id="positive-btn" class="btn btn-info"><i class="fa fa-check-circle"></i> Positivo</button>
</div>
<div id="image-container">
<input type="file" id="image-upload" accept="image/*">
<img id="image-preview" src="#" alt="Image Preview">
</div>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!