Tag

image conversion

1 views collected around this technical thread.

Bilibili Tech
Bilibili Tech
Mar 5, 2024 · Game Development

Bilibili Color Space Conversion Engine for Video Processing

Bilibili's color space conversion engine processes user‑uploaded videos with varied color parameters into a unified format, using layered filters, precomputed optimizations, CPU and CUDA implementations, handling transformations, quantization, chroma subsampling, matrix conversion, transfer functions, gamut and tone mapping, HDR dynamic metadata, and achieving high performance for millions of users.

GPU accelerationHDRcolor space
0 likes · 19 min read
Bilibili Color Space Conversion Engine for Video Processing
Test Development Learning Exchange
Test Development Learning Exchange
Jan 27, 2024 · Fundamentals

Python Script for Batch Splitting PDFs and Converting to Images

This guide demonstrates how to use Python to iterate through a directory of PDF files, split each PDF into individual pages, convert those pages to JPEG images with pdf2image, and save the resulting images into newly created folders for organized storage.

automationimage conversionpdf
0 likes · 2 min read
Python Script for Batch Splitting PDFs and Converting to Images
政采云技术
政采云技术
Oct 11, 2022 · Frontend Development

HTML to Image Conversion: A Comprehensive Guide for Frontend Developers

This article provides a comprehensive guide on converting HTML content to images, Word documents, and PDFs using various frontend techniques and libraries like html2canvas, html-docx-js, and jsPDF.

Frontend DevelopmentPDF generationVue.js
0 likes · 12 min read
HTML to Image Conversion: A Comprehensive Guide for Frontend Developers
Python Programming Learning Circle
Python Programming Learning Circle
Oct 20, 2021 · Fundamentals

Creating ASCII Art from Videos with ascii-image-converter

This tutorial explains how to use the open‑source command‑line tool ascii-image-converter to transform images and video frames into animated ASCII art, covering installation, one‑line conversion commands, output options, and tips for embedding hidden messages.

Tutorialascii artascii-image-converter
0 likes · 3 min read
Creating ASCII Art from Videos with ascii-image-converter
Qunar Tech Salon
Qunar Tech Salon
May 27, 2015 · Fundamentals

Understanding RGB vs CMYK and Converting CMYK JPEG to RGB with ImageMagick

The article explains why CMYK JPEG images fail in Internet Explorer, contrasts CMYK with RGB color models, and provides ImageMagick commands to convert CMYK images to RGB for proper web display across browsers.

CMYKFrontendImageMagick
0 likes · 3 min read
Understanding RGB vs CMYK and Converting CMYK JPEG to RGB with ImageMagick