Skip to main content
DevTools24

QR 코드 생성기

모든 텍스트 또는 URL에서 QR 코드를 생성합니다. 색상을 사용자 정의하고 PNG 또는 SVG로 다운로드합니다.

Enter text or URL above to generate QR code
Tips: Higher error correction allows the QR code to be readable even when partially damaged or obscured.

QR 코드 생성기 - 기술 세부 정보

QR(Quick Response) 코드는 URL, 텍스트, 연락처 정보 등을 저장할 수 있습니다. 오류 수정 수준을 통해 부분적으로 손상되어도 코드를 읽을 수 있습니다: L(7%), M(15%), Q(25%), H(30%).

명령줄 대안

# Generate QR code in terminal (using qrencode)\nqrencode -o qrcode.png 'https://example.com'\n\n# Generate as SVG\nqrencode -t SVG -o qrcode.svg 'https://example.com'

참조

공식 사양 보기