Color Palette Versions Save

Set of Python (+Qt) scripts to work with colors, color harmonies, mixing of colors, and edit color palettes.

v0.0.7

7 years ago

palette_editor_kde

This release includes the following updates:

  • Implemented preferences dialog, where you can set up mouse buttons used to pick colors, mark them, etc, and configure color picker tool.
  • Implemented a context menu for color widgets, where you can copy one of text representations of color, paste color, and so on.
  • Implemented support for arbitrary palette and color metainformation attributes (such as name, author, copyright, and so on); see wiki page about what attributes are supported by different formats.
  • Implemented Adobe Swatch Exchange (ASE) format (read and write) and Adobe Photoshop Colors (ACO) format (read only).
  • Support for writing CREATE palette format (old MyPaint implementation). This format is not supported by other software yet (afaik), but it is extensible and can store arbitrary metainformation.
  • Better mouse cursor is used by color picker tool to indicate area from where you will pick color.
  • Last used SVG template is now remembered after restart.

The following files are provided with the release:

  • python-palette-editor_0.0.7-1_all.deb - Debian/Ubuntu package (please see https://github.com/portnov/color-palette/blob/master/INSTALL.debian)
  • palette-editor-0.0.7-winxp-x32.exe - Windows installer for 32-bit, built under wine, known to work under Windows XP
  • palette-editor-0.0.7-win10-x64.exe - Windows installer for 64-bit, known to work under fresh Windows 10.

v0.0.6

7 years ago

palette_editor_win10

This release includes the following updates:

  • Main script renamed from too generic gui.py to palette_editor.py.
  • Color picker tool is implemented. With it you can pick color from anywhere on the screen.
  • Added a function to sort colors in palette by hue, saturation or value.
  • Some command-line options are supported. For example, you can now run "palette_editor.py my_palette.gpl" to open the palette in editor.
  • Some keyboard shortcuts are added (Ctrl+O - open palette, Ctrl+S - save palette, Ctrl+L - toggle palette lock mode, Ctrl+I - call color picker mode).
  • When loading palette from raster image file, added some options:
    • Load 9 most different colors from image and mix them
    • Load 9 most common colors from image and mix them
    • Load 49 most common colors from image
    • Read table of colors (something like this ).
  • Added a script (convert_palette.py) to convert palettes between supported formats via command line.

The following files are provided with the release:

  • python-palette-editor_0.0.6-1_all.deb - Debian/Ubuntu package (please see https://github.com/portnov/color-palette/blob/master/INSTALL.debian)
  • palette-editor-0.0.6-winxp-x32.exe - Windows installer for 32-bit, built under wine, known to work under Windows XP
  • palette-editor-0.0.6-win10-x64.exe - Windows installer for 64-bit, known to work under fresh Windows 10.

0.0.5.ubuntu

8 years ago

This release contains very few changes comparing to the previous one; main change is that now deb package is available. Please find installation instructions for Debian/Ubuntu under https://github.com/portnov/color-palette/blob/master/INSTALL.debian

v0.0.5

9 years ago

palette-editor1

Updates:

  • Undo/redo for most actions.
  • Usage of docking widgets, so that you can adjust UI as you want.
  • Most settings are automatically stored/restored at exit/startup.
  • Lab color selector (available if LCMS bindings are installed) and harmonies in Lab space.
  • It is now possible to choice color space to perform color matching in Preview pane.
  • In scratchpad widget it is now possible to adjust widths of color swatches.

v0.0.4

9 years ago

colors-palette-gui7

v0.0.3

9 years ago

colors-palette-gui4

v0.0.2

9 years ago

colors-palette-gui2

0.0.1

9 years ago

colors-palette-gui1