Add support for JASC-PAL format #1

Merged
Nika Kutsniashvili merged 1 commits from Wuerfel21/io_import_palette:patch-jascpal into main 2024-09-19 15:37:37 +02:00
Contributor

This is a very old and simple plain-text palette format first introduced in PaintShop Pro (not sure if current versions still support it) and used by popular pixel art application GraphicsGale.

Example PAL file:

JASC-PAL
0100
16
0 0 0
128 0 0
0 128 0
128 128 0
0 0 128
128 0 128
0 128 128
192 192 192
128 128 128
255 0 0
0 255 0
255 255 0
0 0 255
255 0 255
0 255 255
255 255 255

This is a very old and simple plain-text palette format first introduced in PaintShop Pro (not sure if current versions still support it) and used by popular pixel art application GraphicsGale. Example PAL file: ``` JASC-PAL 0100 16 0 0 0 128 0 0 0 128 0 128 128 0 0 0 128 128 0 128 0 128 128 192 192 192 128 128 128 255 0 0 0 255 0 255 255 0 0 0 255 255 0 255 0 255 255 255 255 255 ```
Wuerfel21 added 1 commit 2024-08-23 02:59:23 +02:00
Nika Kutsniashvili approved these changes 2024-09-19 15:37:17 +02:00
Nika Kutsniashvili left a comment
Owner

Works fine. Thanks.
In future if you contribute to this or other community add-ons tag me as a reviewer so it doesn't get lost

Works fine. Thanks. In future if you contribute to this or other community add-ons tag me as a reviewer so it doesn't get lost
Nika Kutsniashvili merged commit 3d84360504 into main 2024-09-19 15:37:37 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: extensions/io_import_palette#1
No description provided.