.XBM 파일 확장자

X BitMap Graphic

개발사 해당 없음
인기도
3.8  |  16 투표
 
🔍File Helper(으)로 .XBM 파일을 웹 브라우저에서 바로 여세요.온라인으로 보기

XBM 파일이란 무엇인가요?

An XBM file is a bitmap image used by the X Window System (X11), a GUI used to manage networked client-server computers. It contains C code that defines the image's appearance. Primarily, XBM files contain cursor and icon images.

추가 정보

XnViewMP에서 열린 .xbm 파일의 스크린샷
XnViewMP에서 열린 XBM 파일

Developers creating C programs for the X Window System can embed XBM, or X BitMap, images into those programs. Each XBM image consists of plain text C code that looks something like the following:

#define 2x2_width 16
#define 2x2_height 16
static char 2x2_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 
0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 
0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 
0xff, 0x33, 0x33, 0x33, 0x33};

When displayed in a program or opened in an image viewer, an XBM file appears as a monochrome image. The image's appearance is defined by its width and height parameters as well as its static array of pixel values.

참고: The .XPM format eventually replaced the XBM format.

XBM 파일을 여는 방법

You can open an XBM file with many image viewers and editors, including XnViewMP (multiplatform), IrfanView (Windows), ImageMagick (multiplatform), and GIMP (multiplatform), and Tom's Editor (Web).

You can also open an XBM file with Microsoft Notepad (Windows), Apple TextEdit (Mac), or any other text editor, to view the C code the file contains.

XBM 파일을 변환하는 방법

You can use ImageMagick, GIMP, Tom's Editor, or XnViewMP to convert XBM images to other image formats. For example, XnViewMP can convert XBM files to the following formats (and many others):

  • .JPEG - JPEG Image
  • .GIF - Graphical Interchange Format
  • .PNG - Portable Network Graphic
  • .TIFF - Tagged Image
  • .BMP - Bitmap Image
  • .PCX - Paintbrush Bitmap Image
  • .TGA - Targa Graphic
  • .JP2 - JPEG 2000 Core Image
  • .JXR - JPEG XR Image
  • .WEBP - WebP Image

XBM 파일을 여는 프로그램

Windows
Mac
무료
무료
Linux
무료
무료
Web
Android

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 X BitMap Graphic 파일 형식과 Mac, Windows, Linux, and Android 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.