View all by Wolf In A Bowl
Creator
Follow Wolf In A Bowl
Follow
Following Wolf In A Bowl
Following
Add To Collection
Collection
Comments
Devlog
Related games
Related
Palette viewer/editor/generator - OpenToonz/Tahoma, Krita, GIMP, Aseprite
←
Return to Palette viewer/editor/generator - OpenToonz/Tahoma, Krita, GIMP, Aseprite
Devlog
Linux builds fixed
December 25, 2021
by
Wolf In A Bowl
Due to an error in my build configuration, previous Linux builds have not build correctly. This has now been fixed, sorry for any inconvenience this may have caused...
Continue reading
To Image (render palette) enhancements
December 20, 2021
by
Wolf In A Bowl
You can now choose: To show/hide the border The color of the border The number of columns A button has been added to set the number of columns equal to the number of colors in the palette, this will m...
Continue reading
Experimental Feature: Extract palette via URL
December 20, 2021
by
Wolf In A Bowl
Now it is possible to extract the colors of an image directly from a URL. Make sure the URL you provide ends with the file extension e.g. https://bruceelgort.files.wordpress.com/2013/07/ios7colors.png...
Continue reading
Added support for act and hex - used by Aseprite and other software
December 12, 2021
by
Wolf In A Bowl
These two formats are super simple so I added support for both of them in about 5 minutes. hex is just a line-by-line listing of each color in its hexadecimal representation act is identical to col, j...
Continue reading
Added support for col format - used by Aseprite and other software
December 12, 2021
by
Wolf In A Bowl
I've added support for parsing and writing col files. Aseprite is very useful as it supports many formats so I can use it to figure out the inner workings of them. col is simple binary format where th...
Continue reading
Added support for JASC PAL format - used by Aseprite and other software
December 12, 2021
by
Wolf In A Bowl
I've added the ability to read and write pal files, these are used by several pieces of software such as Aseprite. The format is simple and quite similar to gpl, so I pretty much reused 80% of that ex...
Continue reading
New Generators - Random, and Picker
December 06, 2021
by
Wolf In A Bowl
Random lets you generate a palette by specifying the R, G, and B (Alpha coming soon) ranges. It uses those ranges to generate random values for each color which are then inserted into a new palette. P...
Continue reading
Palette navigation improvements
December 03, 2021
by
Wolf In A Bowl
A number of new hotkeys were added to greatly improve keyboard navigation of palettes. You can now use the cursor (arrow) keys to move around the palette as you would expect. You can use the Home and...
Continue reading
Adding and removing entries - some improvements
December 03, 2021
by
Wolf In A Bowl
Added UI buttons for adding and removing entries. Newly added entries will use the color of the currently selected entry, if no entries are selected then it will use the color picker's current color...
Continue reading
Add and remove palette entries
December 02, 2021
by
Wolf In A Bowl
A surprisingly late addition, you can now add and remove palette entries, I haven't added the UI buttons for this, but you can use hotkeys. There might be a bug somewhere, but I think I've squashed al...
Continue reading
Two new features: Global adjustments + Generate from blend
December 02, 2021
by
Wolf In A Bowl
You can now adjust the Hue, Saturation, and Value of every color in the palette simultaneously. You can generate a new palette from a blend of two colors, choosing the number of colors generated...
Continue reading
To Image feature
December 02, 2021
by
Wolf In A Bowl
This feature allows you to render out a palette as a png image. This can be used to bring colors into any art application such as photoshop, as you can use the color picker to sample the colors from t...
Continue reading
Experimental Feature: Palette extraction from images
December 01, 2021
by
Wolf In A Bowl
Experimental feature: Extract palettes from images. I haven't fully worked out a good way of simplifying palettes to remove very similar colors, but exact duplicates of colors will not be added. I'm c...
Continue reading
Small update - tpl parsing, drag and drop
November 30, 2021
by
Wolf In A Bowl
New features: Added drag and drop palette loading Bugfixes: Fixed various issues with tpl entry name parsing that caused some palettes to not load correctly...
Continue reading
Current state of cls support
November 28, 2021
by
Wolf In A Bowl
Bugs with cls palettes: Cls palettes that use non-alphanumeric characters in the names of their colors e.g. Japanese, will not parse correctly. Writing cls is currently not finished. I hope to get thi...
Continue reading
Minor update
November 28, 2021
by
Wolf In A Bowl
Bugfixes: Replaced spaces and hyphens with underscores in entry names when writing tpl palettes...
Continue reading