Color Profile
Color Profile (ICC Profile)
A color profile defines how numerical color values map to actual colors on a specific device. ICC profiles ensure colors look consistent across different monitors, printers, and cameras by providing a standardized color interpretation.
Chi tiết kỹ thuật
ICC profiles contain lookup tables and parametric curves that map device-dependent color values to the Profile Connection Space (PCS), typically CIELAB or CIEXYZ. Profiles can be matrix-based (for monitors) or table-based (for printers).
Ví dụ
```javascript
// Read EXIF data from image file
const buffer = await file.arrayBuffer();
const view = new DataView(buffer);
// Check JPEG SOI marker
if (view.getUint16(0) === 0xFFD8) {
// EXIF starts at APP1 marker (0xFFE1)
// Fields: camera model, aperture, ISO, GPS coords
}
// Strip EXIF: re-draw on canvas → export (removes metadata)
```
Công cụ liên quan
C
Color Palette Generator
C
Color Shade Generator
N
Nén Ảnh
T
Thay Đổi Kích Thước Ảnh
C
Cắt Ảnh
X
Xoay Ảnh
L
Lật Ảnh
C
Chuyển Đổi Ảnh
W
Watermark Ảnh
S
SVG sang PNG
Ả
Ảnh Sang Base64
B
Bo Góc
T
Thêm Viền
B
Bộ Lọc Ảnh
Đ
Điều Chỉnh Ảnh
L
Làm Mờ Ảnh
L
Làm Nét Ảnh
T
Tạo Hình Vuông
G
Grayscale Image
S
Sepia Image
P
Pixelate Image
S
Strip Image Metadata