Image and Video Processing
Image compression, cropping, social-grid slicing and video conversion use browser capabilities; supported data stays local.
- Canvas API(MDN) — Image drawing, scaling and export:https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API
- WebP encoding specification (Google) — Lossy/lossless image encoding standard:https://developers.google.com/speed/webp
- HTMLCanvasElement.toBlob / toDataURL(MDN) — Image export API:https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob
- HTML Video element and MediaStream (MDN) — Video frame capture:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
Stream Playback
M3U8/HLS playback and RTMP/HTTP-FLV streaming use web standards and established open-source players.
- HTTP Live Streaming(RFC 8216,Apple) — HLS protocol specification:https://datatracker.ietf.org/doc/html/rfc8216
- Web Media API(MDN) — Audio/video playback capabilities:https://developer.mozilla.org/en-US/docs/Web/Media
- hls.js — HLS browser player:https://hls-js.netlify.app/
- Video.js — HTML5 video playback framework:https://videojs.com/
- flv.js(bilibili) — HTTP-FLV live playback in browsers:https://github.com/bilibili/flv.js
- RTMP protocol (Adobe RTMP Specification 1.0) — Real-time messaging protocol:https://www.adobe.com/content/dam/Adobe/en/devnet/rtmp/pdf/rtmp_specification_1.0.pdf
Document Conversion
PDF, Markdown and Word processing follows the relevant format specifications and open-source parsers.
- PDF.js(Mozilla) — PDF parsing and rendering engine:https://mozilla.github.io/pdf.js/
- ISO 32000-1(PDF 1.7) — PDF document format standard:https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf
- CommonMark — Markdown parsing specification:https://spec.commonmark.org/
- Office Open XML(ECMA-376) — DOCX document format standard:https://ecma-international.org/publications-and-standards/standards/ecma-376/
Calculations and Cryptography
Tax, CIDR, unit conversion and cryptography tools use stated official rates and public algorithm standards.
- State Taxation Administration — Current tax rates and special additional deduction policy:https://www.chinatax.gov.cn/
- RFC 1321(MD5) — Message digest algorithms:https://www.rfc-editor.org/rfc/rfc1321
- FIPS 197(AES) — Advanced Encryption Standard:https://csrc.nist.gov/pubs/fips/197/final
- RFC 4648(Base64) — Base16/Base32/Base64 data encoding:https://www.rfc-editor.org/rfc/rfc4648
- RFC 4632(CIDR) — CIDR network addressing:https://www.rfc-editor.org/rfc/rfc4632
- HTML entities (WHATWG) — Character reference table:https://html.spec.whatwg.org/multipage/named-characters.html
- International System of Units (BIPM) — Unit conversion base:https://www.bipm.org/en/measurement-units
Speech Tools
Speech-to-text and text-to-speech tools use browser Web Speech capabilities.
- Web Speech API(MDN) — Speech recognition and synthesis:https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
- SpeechSynthesis(MDN) — Text-to-speech API:https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
Productivity and Storage
Task lists, whiteboards and similar tools use browser storage to save data locally.
- Web Storage API(MDN) — localStorage / sessionStorage:https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API
- IndexedDB(MDN) — Structured data storage in browsers:https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
Notes and Disclaimer
These references guide implementation. Policy-based tools such as tax calculators may change when official rules change; official institutions remain authoritative. The tools provide general information, not professional advice.