From 8fe6f8148d43f5cc13f289a1c569d0bb9a1f1076 Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 30 Dec 2016 21:23:54 +0000 Subject: Import gpick-0.2.5 as graphics/gpick. Gpick is an advanced color picker and palette editing tool. Main features * Magnification and mouse pointer control with keyboard. * Automatic color name assignment. * Export to following formats: * Inkscape/Gimp Palette (*.gpl) * Adobe Swatch Exchange (*.ase) * Alias/WaveFront Material (*.mtl) * Cascaded Style Sheet (*.css) * Hyper Text Markup Language (*.html) * Customizeable text file * Import from following formats: * Inkscape/Gimp Palette (*.gpl) * Adobe Swatch Exchange (*.ase) * Customizeable text file * Oversampling with five falloff types: * Multiple pixel values are averaged to help picking colors from sources with noise, patterns and etc, where each pixel is different and overall color is produced by different amounts of particular color. * Palette from image. * Color scheme creation tools. * Mix two or more colors using variable number of steps and different mixing types. * Lightness and/or saturation variations. * Harmonious colors. --- graphics/gpick/DESCR | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 graphics/gpick/DESCR (limited to 'graphics/gpick/DESCR') diff --git a/graphics/gpick/DESCR b/graphics/gpick/DESCR new file mode 100644 index 00000000000..7da41a1c4b0 --- /dev/null +++ b/graphics/gpick/DESCR @@ -0,0 +1,27 @@ +Gpick is an advanced color picker and palette editing tool. + +Main features + * Magnification and mouse pointer control with keyboard. + * Automatic color name assignment. + * Export to following formats: + * Inkscape/Gimp Palette (*.gpl) + * Adobe Swatch Exchange (*.ase) + * Alias/WaveFront Material (*.mtl) + * Cascaded Style Sheet (*.css) + * Hyper Text Markup Language (*.html) + * Customizeable text file + * Import from following formats: + * Inkscape/Gimp Palette (*.gpl) + * Adobe Swatch Exchange (*.ase) + * Customizeable text file + * Oversampling with five falloff types: + * Multiple pixel values are averaged to help picking + colors from sources with noise, patterns and etc, + where each pixel is different and overall color is + produced by different amounts of particular color. + * Palette from image. + * Color scheme creation tools. + * Mix two or more colors using variable number of steps + and different mixing types. + * Lightness and/or saturation variations. + * Harmonious colors. -- cgit v1.2.3