🖼️

이미지를 드래그하거나 클릭해서 업로드

JPG, PNG, GIF, WebP 지원 · Ctrl+V로 붙여넣기 가능

이미지 반전 도구란?

이미지를 올리면 색상 반전(네거티브), 흑백 변환, 흑백 반전 세 가지 효과를 즉시 적용해주는 도구입니다. 업로드한 이미지는 서버로 전송되지 않고 브라우저 안에서만 처리되므로, 개인적인 사진이나 문서 스캔본도 안심하고 사용할 수 있습니다. 설치할 프로그램도, 회원가입도 필요 없습니다.

사용 방법

  1. 이미지를 드래그해 놓거나 영역을 클릭해 파일을 선택합니다. Ctrl+V로 붙여넣기도 됩니다.
  2. 색상 반전, 흑백, 흑백 반전 중 원하는 효과를 고릅니다.
  3. 원본과 결과가 나란히 표시되어 바로 비교됩니다.
  4. 다운로드 버튼으로 변환된 이미지를 저장합니다.

각 효과가 하는 일

  • 색상 반전 — 모든 픽셀의 RGB 값을 255에서 뺍니다. 흰색은 검정이, 빨강은 청록이 됩니다. 필름 사진의 네거티브와 같은 원리로, 어두운 배경의 자료를 밝게 뒤집을 때 자주 씁니다.
  • 흑백 변환 — 세 색을 단순 평균 내지 않고 R×0.299 + G×0.587 + B×0.114 공식을 씁니다. 사람 눈이 초록에 가장 민감하고 파랑에 둔감하기 때문에, 이 가중치를 써야 눈으로 느끼는 밝기와 일치합니다. 단순 평균을 쓰면 초록 계열이 실제보다 어둡게 보입니다.
  • 흑백 반전 — 흑백으로 바꾼 뒤 명암을 뒤집습니다. 엑스레이 필름 같은 인상을 주며, 밝은 배경에 어두운 선이 있는 도면을 뒤집어볼 때 유용합니다.

이런 상황에 씁니다

흰 배경에 검은 글씨로 된 자료를 어두운 배경의 발표 자료에 넣어야 할 때, 색상 반전 한 번이면 배경과 자연스럽게 어울립니다. 반대로 밤에 스크린샷을 보기 눈부실 때도 반전이 도움이 됩니다.

흑백 변환은 인쇄를 앞두고 확인할 때 유용합니다. 흑백으로 출력했을 때 두 색이 같은 회색으로 뭉개진다면, 색으로만 구분한 그래프가 인쇄본에서 읽히지 않는다는 뜻입니다. 색맹 사용자도 비슷한 어려움을 겪으므로, 흑백에서도 구분되는지 확인하는 것은 접근성 점검이기도 합니다.

자주 묻는 질문

Q. 업로드한 이미지가 서버에 저장되나요?
저장되지 않습니다. 파일이 전송되지 않고 브라우저에서만 처리되며, 페이지를 닫으면 흔적 없이 사라집니다.

Q. 어떤 형식을 지원하나요?
JPG, PNG, GIF, WebP를 지원합니다. 애니메이션 GIF는 첫 프레임만 처리됩니다.

Q. 큰 이미지도 되나요?
브라우저 메모리 안에서 처리하므로 아주 큰 파일은 느려지거나 실패할 수 있습니다. 그럴 땐 크기를 줄인 뒤 시도해보세요.

Q. 원본 화질이 떨어지나요?
픽셀 값만 계산해 바꾸므로 해상도는 그대로입니다. 다만 저장 형식에 따라 압축이 한 번 더 들어갈 수 있습니다.

What is the Image Inverter?

Upload an image and apply one of three effects instantly: color inversion (negative), greyscale, or inverted greyscale. Images are processed entirely in your browser and never uploaded, so personal photos and scanned documents are safe. No software to install, no account needed.

How to Use

  1. Drag an image in or click to choose a file. Ctrl+V paste also works.
  2. Select color invert, greyscale, or inverted greyscale.
  3. Original and result appear side by side for comparison.
  4. Download the converted image.

What Each Effect Does

  • Color inversion — subtracts every RGB value from 255. White becomes black, red becomes cyan. It's the same principle as photographic negatives, and it's the quickest way to flip dark-background material to light.
  • Greyscale — rather than averaging the channels, it applies R×0.299 + G×0.587 + B×0.114. Human vision is most sensitive to green and least to blue, so these weights match perceived brightness. A plain average makes greens look darker than they should.
  • Inverted greyscale — converts to grey, then flips the tones. The result resembles an X-ray and is useful for reading line drawings with dark marks on light paper.

When You'd Use It

If you need black-text-on-white material inside a dark-themed presentation, one inversion makes it blend in. The reverse helps too — inverting a glaring screenshot makes it easier on the eyes at night.

Greyscale is a useful pre-print check. If two colors collapse into the same grey, a chart that relies on color alone won't be readable in print. Color-blind readers face the same problem, so testing in greyscale doubles as an accessibility check.

FAQ

Q. Is my image stored on a server?
No. Nothing is transmitted; processing is local and everything disappears when you close the page.

Q. Which formats are supported?
JPG, PNG, GIF and WebP. Animated GIFs are processed as their first frame only.

Q. Can it handle large images?
Processing happens in browser memory, so very large files may slow down or fail. Resize first if that happens.

Q. Does quality degrade?
Only pixel values change, so resolution is preserved — though saving may apply one additional round of compression depending on format.