Перейти к содержимому

GrafX2

Опубликовано: GrafX2

A bitmap paint program specialized in 256 color drawing

Открытый исходный кодGPL-2.0 and CECILL-2.0

Часть этой страницы показана на языке оригинала, потому что перевод не закончен.

Основное

  • Рисует и редактирует растровые изображения с ограничением палитрой в 256 индексированных цветов.
  • Рассматривает палитру как редактируемые данные документа, поэтому изменение записи обновляет каждый использующий ее пиксель.
  • Работает на растровой сетке на уровне отдельных пикселей, а не с векторными фигурами.
  • Указан только для Linux.
  • Распространяется под лицензиями GPL-2.0 и CECILL-2.0.

Об этом приложении

GrafX2 is a bitmap paint program built around indexed color. Images are drawn in a palette of at most 256 entries, and that palette is part of the document rather than a step applied at export time. The orientation is therefore toward pixel-level raster work — sprites, tiles, icons, screen mockups — rather than photographic retouching or vector illustration, where continuous-tone color and resolution independence matter more.

Because the format is indexed, drawing operations set the color index of individual pixels, and editing a palette entry changes the appearance of every pixel that references it. This coupling of palette and canvas is the defining constraint of the program and the reason it suits work with a fixed, limited color budget.

The record lists Linux as the platform, so availability elsewhere should be confirmed separately. Licensing is stated as GPL-2.0 and CECILL-2.0; anyone reusing the code should read both license texts.

Linux

Мы не размещаем этот файл у себя, не сканируем его и не изучаем его содержимое. Прочитайте, что пишет источник, и решайте сами.