Tutorials & Guides

In-depth tool tutorials, technical explanations, and best practice guides

Image

Image Resize Guide

Resize images by pixels or percentage locally.

图片缩放尺寸证件照免费
Image

Image OCR Guide

Extract text from photos with browser-local OCR.

OCR文字识别图片扫描免费
Image

Image EXIF Information Viewing Guide

Understanding camera parameters, GPS, and metadata — a comprehensive guide to image EXIF information and its applications

EXIF元数据GPS相机信息图片
Image

Image Cropping Guide: Free Crop and Fixed Ratio

Step-by-step guide to cropping images online with free selection or fixed aspect ratios like 1:1, 4:3, 16:9 for avatars, ID photos, covers, and more.

裁剪图片编辑比例自由裁剪头像
Dev Tools

IEEE 754 Tutorial: Free Online Tool, Browser-local

Step-by-step guide to using IEEE 754. Free, no signup, runs locally in your browser.

IEEE754浮点数可视化教程
Image

ICO/Favicon Generation Guide: Website Icons and PWA Icons

From Favicon size specs to ICO file generation and PWA manifest icon configuration, a complete guide to creating all icons for your website.

ICOFavicon网站图标多尺寸PWA
Dev Tools

HTML Formatter Tutorial: Free Online Tool, Browser-local

Step-by-step guide to using HTML Formatter. Free, no signup, runs locally in your browser.

HTML格式化前端教程
Encoding

Complete Guide to Hashing and Encryption: Using MD5, SHA256, and AES Correctly

From hash functions to symmetric and asymmetric encryption—covers MD5, SHA256, HMAC, and AES: how they work, when to use them, and common security mistakes to avoid.

哈希加密MD5SHA256AES
Utilities

.gitignore Generator Guide: Quickly Create Ignore Rules by Project Type

Detailed guide to .gitignore syntax (patterns, negation, glob), common templates (Node.js, Python, Java, IDE), step-by-step generation with the gitignore tool, global gitignore, and common mistakes.

gitignoreGit忽略规则项目配置版本控制
Image

GIF Frame Extraction Guide: Split Animated GIFs into PNG Sequences

Learn how to use the GIF frame extraction tool to decompose animated images into PNG frame sequences, view per-frame delays, edit frames, and reassemble GIFs.

GIF逐帧帧提取动图编辑
JSON

Complete Guide to CSV to JSON Conversion

Best practices for converting between tabular data formats, mastering core techniques for CSV and JSON format conversion

CSVJSON数据转换表格开发
Utilities

Cron Expression Guide: Crontab Syntax Explained

Learn 5-field cron syntax with examples. Parse expressions to plain language with our free tool.

Cron定时任务crontabLinux免费
Web/SEO

Cookie Parser Tutorial: Free Online Tool, Browser-local

Step-by-step guide to using Cookie Parser. Free, no signup, runs locally in your browser.

CookieHTTP解析教程
Utilities

Color Format Conversion Guide: HEX, RGB, HSL, OKLCH All Covered

Comprehensive guide to HEX, RGB, HSL, and OKLCH color formats—principles, conversion, OKLCH perceptual uniformity, CSS color-mix(), and alpha channel usage.

颜色HEXRGBHSL色彩转换
Web/SEO

IPv4 Subnet Tutorial: Free Online Tool, Browser-local

Step-by-step guide to using IPv4 Subnet. Free, no signup, runs locally in your browser.

CIDR子网IP教程
Dev Tools

chmod Tutorial: Free Online Tool, Browser-local

Step-by-step guide to using chmod. Free, no signup, runs locally in your browser.

chmodLinux权限教程
Web/SEO

HTTP Basic Auth Tutorial: Free Online Tool, Browser-local

Step-by-step guide to using HTTP Basic Auth. Free, no signup, runs locally in your browser.

Basic AuthHTTP认证教程
Encoding

Base64 Encoding/Decoding Explained: From Concepts to Practical Applications

Deep dive into Base64 encoding/decoding principles, use cases, and caveats, including Base32/Base58 variants and applications in URLs, images, JWT, emails, and common pitfalls.

Base64编码解码教程开发者