.PIC

Файл PIC

Macintosh PICT Image
Задать вопрос
БЫСТРЫЙ ОТВЕТ

A .pic file is most often an Apple PICT image - a Macintosh QuickDraw picture format introduced in 1984 that served as the standard Mac clipboard and picture format for about 15 years. Modern macOS no longer opens PICT natively; use XnView MP or GIMP to view and convert it. Note that .pic is also used by several unrelated formats (PC Paint, SoftImage 3D, Radiance HDR), so the right tool depends on where your file came from.

Разработчик: Apple Категория: Файлы растровых изображений MIME: image/x-pict
ОТКРЫВАЕТСЯ НА Windows macOS Linux
Связанные: .JPG · .PNG · .TIF · .ECW

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Jul 17, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла PIC?

Files with the .pic extension store raster images in Apple's QuickDraw PICT format - the native picture type of classic Mac OS since 1984. The .pic extension is an alternate form of .PICT (also saved as .PCT); the files are fully interchangeable. Note that this Apple QuickDraw variant is unrelated to the separate DOS-era Pictor Paint format that coincidentally shares the same extension.

Rather than storing a plain pixel grid, a PICT file encodes a stream of QuickDraw drawing opcodes that replay bitmaps, text, lines, and shapes when interpreted by the renderer, so one file can mix raster and vector content.

File structure

Each .pic file begins with a 512-byte header block that carries image resolution, color depth, and palette information. The picture frame rectangle and opcode stream follow. The format supports these color depths:

  • 1-bit (monochrome),
  • 2- or 4-bit (indexed),
  • 8-bit (256-color),
  • 16-bit or 32-bit direct color (added with PICT v2, Color QuickDraw, 1987).

PICT v2 also supports embedded JPEG tiles via QuickTime. Apple deprecated the format in 2001 when Mac OS X adopted a PDF-based Quartz rendering engine; modern macOS no longer renders .pic files natively, so legacy files typically need XnView MP or GraphicConverter to open.

Безопасность и защита

РИСК: LOW

PICT is a passive image format and does not execute code. The main practical risk is historical: PICT2 can embed QuickTime/JPEG data, and old QuickTime PICT parsers had known buffer-overflow vulnerabilities - which is one more reason not to use the long-unsupported QuickTime for Windows. Open legacy PICTs in a maintained viewer (XnView, GIMP). Also verify a stubborn .pic isn't actually a different format sharing the extension before assuming the file is corrupt.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕMacintosh PICT Imageтакже известен как PICT, QuickDraw Picture
РАЗРАБОТЧИКAppleс 1984 (Apple QuickDraw, original Macintosh)
MIME-ТИПimage/x-pict
ТИПQuickDraw picture (mixed raster + vector drawing instructions)
СВЯЗАННЫЕ.jpg.png.tif.ecw
Это расширение также используется в…
  • PC Paint / Pictor PIC - Early DOS bitmap format (Pictor/PC Paint), magic 0x1234; an unrelated raster image.
  • SoftImage PIC - RGBA raster image from SoftImage 3D, common in legacy VFX/3D pipelines.
  • Radiance / Bio-Rad PIC - Radiance HDR renders and Bio-Rad confocal microscope images also use .pic.

Программы, открывающие файлы PIC

Windows3 apps
GIMP Открытый код Open the PICT directly (File → Open); GIMP imports classic PICT images.
IrfanView Бесплатно Open the .pic for fast viewing and Save As to a modern format.
XnView MP Бесплатно Open the .pic to view it and Export/Batch Convert to PNG/JPEG; XnView reads PICT and many other .pic variants.
macOS3 apps
GraphicConverter Платно Long-standing Mac image utility with strong legacy PICT support; open and re-save to PNG/TIFF.
XnView MP Бесплатно Open the .pic to view it and Export/Batch Convert to PNG/JPEG; XnView reads PICT and many other .pic variants.
Preview (older macOS) Встроенная Older macOS versions opened PICT in Preview; recent macOS dropped this - use XnView/GraphicConverter instead.
Linux2 apps
GIMP Открытый код Open the PICT directly (File → Open); GIMP imports classic PICT images.
XnView MP Бесплатно Open the .pic to view it and Export/Batch Convert to PNG/JPEG; XnView reads PICT and many other .pic variants.

Технические подробности

глубокая спецификация
DeveloperApple (QuickDraw team, original Macintosh)
Format typeQuickDraw opcode stream - mixed raster bitmaps and vector drawing instructions
MIME typeimage/x-pict (also image/pict)
File encodingBinary, big-endian byte order
Header block512-byte application-defined preamble (typically zeroed) before picture data begins at offset 512
Version markerOpcode 0x1101 at offset 512 for PICT v1; opcodes 0x0011 then 0x02FF for PICT v2
Color depth1, 2, 4, 8, 16, or 32 bits per pixel (indexed or direct color)
CompressionPackBits RLE for raster bitmaps; PICT v2 can embed JPEG-compressed tiles via QuickTime
Maximum image sizeApproximately 32,767 × 32,767 pixels (frame rectangle uses signed 16-bit coordinates)
Alternate extensions.pict, .pct (identical format, different extension convention)
Typical file size10 KB - 5 MB
Platform originClassic Mac OS (System 1 through Mac OS 9); legacy import on macOS and Windows via QuickTime or converters
Internal versionsPICT v1 (1984, monochrome to 8-bit); PICT v2 (1987, Color QuickDraw, up to 32-bit direct color)
Superseded byPDF, PNG, and TIFF - Apple's Mac OS X (2001) replaced PICT with a PDF-based Quartz rendering engine
Выпущен1984 (Apple QuickDraw, original Macintosh)
Последняя версияPICT2 (32-bit color, Color QuickDraw, 1987); format frozen with classic Mac OS
Спецификацияdeveloper.apple.com

Конвертации PIC

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами PIC. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня

Вопросов пока нет - станьте первым, кто спросит о файлах PIC.

Часто задаваемые вопросы

What is a .pic file?
Most often it is an Apple PICT image - a classic Macintosh QuickDraw picture (mixed bitmap/vector). But .pic is shared by several unrelated formats (PC Paint, SoftImage, Radiance, Bio-Rad), so the true type depends on the source.
How do I open a PICT (.pic) file?
Use XnView MP or GIMP (free, Windows/Mac/Linux) or GraphicConverter on Mac. Modern macOS and current QuickTime no longer open PICT natively.
Why won't my .pic file open on my Mac?
Recent macOS removed built-in PICT support and the Windows QuickTime is discontinued. Convert/open the file with XnView or GraphicConverter instead.
How do I convert PICT to PNG or JPEG?
Open it in XnView MP or GIMP and export to PNG/JPEG; XnView can batch-convert an entire folder of PICT files at once.
My .pic won't open as an image - what else could it be?
The extension is overloaded. It might be a DOS PC Paint/Pictor image, a SoftImage 3D render, a Radiance HDR file, or a Bio-Rad microscopy image. Identify it by its source application, then use the matching tool.
Can I turn a .pic into a 3D model or camera RAW (3DM/NEF)?
No. A PICT is a 2D image; it can't become a 3D model, and camera RAW files are only produced by cameras. Those conversion pairings are spurious.

Ссылки

1Apple - QuickDraw / PICT (archived documentation)developer.apple.com
2Wikipedia - PICTen.wikipedia.org

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.CRDOWNLOADChrome Partial Download File
4.MDMarkdown Document
5.RPMSGRestricted Permission Message
6.PARTPartial Download File
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.DBSQLite Database File
10.SWFSmall Web Format (Shockwave Flash)

Похожие расширения

.JPGJPEG Image
.PNGPortable Network Graphics
.TIFTagged Image File Format
.ECWEnhanced Compression Wavelet (ECW) image
.AVIFAV1 Image File Format (AVIF)
.JP2JPEG 2000 Image (ISO/IEC 15444-1)

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z