Histogram
Histogram (Tonal Distribution Graph)
An image histogram is a graph showing the distribution of pixel brightness values from shadows (left) to highlights (right). Photographers and editors use histograms to evaluate exposure, contrast, and tonal balance.
๊ธฐ์ ์ธ๋ถ์ฌํญ
A histogram plots 256 bins (for 8-bit images) where each bin counts pixels at that brightness level. RGB histograms show separate red, green, and blue channel distributions to identify color casts.
์์
```javascript
// Histogram: processing with Canvas API
const canvas = document.createElement('canvas');
const ctx = canvas.getContext('2d');
ctx.drawImage(sourceImage, 0, 0);
const imageData = ctx.getImageData(0, 0, canvas.width, canvas.height);
// Process pixels in imageData.data (RGBA array)
```
๊ด๋ จ ๋๊ตฌ
C
Compress Image
R
Resize Image
C
Crop Image
R
Rotate Image
F
Flip Image
C
Convert Image
W
Watermark Image
S
SVG to PNG
I
Image to Base64
R
Round Corners
A
Add Border
I
Image Filters
A
Adjust Image
B
Blur Image
S
Sharpen Image
M
Make Square
์ด
์ด๋ฏธ์ง ๊ทธ๋ ์ด์ค์ผ์ผ ๋ณํ
์ธ
์ธํผ์ ์ด๋ฏธ์ง
์ด
์ด๋ฏธ์ง ํฝ์
ํ
์ด
์ด๋ฏธ์ง ๋ฉํ๋ฐ์ดํฐ ์ ๊ฑฐ