Fill Image Watermark Coding Tool | sfz

sfz is a tool specially used to encode sensitive documents such as ID cards, completely based on the browser’s local API, without any network request.

This JavaScript-based online watermarking tool enables you to fill in images with a diagonal text watermark.

How to make use of it:

1. Build the HTML for the watermark tool.

<label for="image">1. Select An Image</label>
<input type="file" id="image" autocomplete="off">

<label for="text">2. Watermark Text</label>
<input type="text" id="text" placeholder=" " autocomplete="off" maxlength="30">

<label for="color">Text Color</label>
<input type="color" id="color" pattern="#[0-9A-Fa-f]{6}" autocomplete="off" value="#0000FF">

<label for="alpha">Opacity</label>
<input type="range" id="alpha" min="0" max="1" step="0.05" autocomplete="off" value="0.15">

<label for="space">Gap</label>
<input type="range" id="space" min="1" max="8" step="0.2" autocomplete="off" value="4">

<label for="size">Font Size</label>
<input type="range" id="size" min="0.5" max="3" step="0.05" autocomplete="off" value="1">

<label for="text">3. Click the Image To Download</label>
<p id="graph"></p>

2. Load the required JavaScript within the doc.

<script src="./build/script.js"></script>

Fill Image With Diagonal Text Watermark Plugin/Github, convert image to watermark online free


See Demo And Download

Official Website(joyqi): Click Here

This superior jQuery/javascript plugin is developed by joyqi. For extra Advanced usage, please go to the official website.

Related Posts

VenoBox-Responsive-jQuery-Lightbox-Plugin

Responsive Image Gallery Lightbox jQuery Plugin | VenoBox

VenoBox is a responsive jQuery modal window plugin suitable for images, embedded content, iFrames, Google Maps, Vimeo, and YouTube videos. The big difference compared to many other…

bootstrap-dropdown-on-hover

[Animation] Bootstrap Multi-Level Responsive Dropdown Menu

Bootstrap-based multi-level dropdown navigation menu with cool animations. The dropdown on Hover is a jQuery plugin used to create Bootstrap multi-level scroll-triggered dropdown menus with CSS3 animations…

Google-Translate-Dropdown-Customize-With-Country-Flag

Google Translate Dropdown Customize With Country Flag | GT API

Flag google translates jQuery text that takes advantage of the Google Cloud Translation API to translate web content between languages by selecting a country from the dropdown…

Bootstrap-Fileinput

HTML 5 File Input Optimized for Bootstrap 4.x./3.x with File Preview | Bootstrap Fileinput

bootstrap-fileinput is an improved HTML 5 file input  Bootstrap 5.x, 4.x and 3.x with file preview for different files, provides multiple selections, resumable section uploads, and more….

HStack-and-VStack-in-CSS

CSS Layout Components Horizontal/Vertical Stack | HStack and VStack

HStack and VStack in CSS – CSS layout components that (basically) stack anything horizontally and vertically. A pure CSS library that makes it easy to stack elements…

Floating-Whatsapp-Chat-Button

How to Add Floating Whatsapp Chat Button In HTML | venom-button

Venom Button is a very simple plugin for the jQuery floating WhatsApp button. Adds a floating button to your site that calls WhatsApp Click to Chat API. It will automatically start the WhatsApp…

Leave a Reply

Your email address will not be published. Required fields are marked *