Re: [Gimp-developer] Cropping border color

2015-06-03 Thread Ofnuts

On 02/06/15 17:50, Burnell West wrote:

On Jun 1, 2015, at 11:07 PM, Brad Gibson bradgibson...@yahoo.com wrote:

It would be great if I could choose to see pure black around whatever I'm 
cropping, because I make very meticulous crops of photos for artistic purposes, 
and I often have to crop and go back multiple times because it looks different 
in the final version with solid white/gray/black compared to transparent while 
I'm cropping. Or else, if it's easier, make it so that I can undo the 
finalization of the crop but go back to where I left the crop at. Thanks.Brad G.

Simply add a black layer and put it behind the image



Or EditPreferencesDisplayTransparencyCheck styleBlack only
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] GEGL-0.3.0 babl-0.1.12

2015-06-03 Thread Øyvind Kolås
GEGL (Generic Graphics Library) is a graph based image processing framework.

GEGL provides a graph based API and framework to do demand driven, cached, non
destructive image editing of sparse storage of larger than RAM images
- using CPU or GPU
processing. Through babl it provides support for a wide, and extendable, range
of color models and pixel storage formats for input and output.

To build gegl-0.3.0 you will also need babl-0.1.12 and a recent version of glib,
follow see the output of the configure script for details.

Changes in this release:

 • Improvements to thread safety and parallelism.
 • Lower overhead graph travesal due from rewrite of visitors
 • OpenCL support now enabled by default when detected.
 • Experimental multithreading, enable by setting
   GEGL_THREADS=number of threads in the environment.
 • Experimental mipmap rendering, which permits transparent rendering of
   previews on smaller sized versions, enable by setting
   GEGL_MIPMAP_RENDERING=true in the environment.
 • Website/documentation: split website in more pages, added op
gallery and API browser.
 • Operations:
   • new operations: alien-map, antialias, apply-lens, bilateral-filter,
 bump.map, cartoon, channel-mixer, color-enhance, color-exchange,
 color-reduction, color-rotate, convolution-matrix, copy-buffer, cubism,
 deinterlace, diffraction-patterns, distance-transform, displace, edge,
 emboss, engrave, exposure, fractal-trace, high-pass, image-compare,
 illusion, invert-gamma, lens-flare, linear, linear-gradient, mosaic,
 motion-blur-circular, motion-blur-zoom, noise-cell noise-cie-lch,
 noise-hsv, noise-hurl, noise-pick, noise-rgb, noise-simplex, noise-spread,
 n-point deformation ops, oilify, panorama-projection, photocopy, plasma,
 radial-gradient, red-eye-removal, scale-size-keep-aspect, softglow,
 stretch-contrast, texturize-canvas, tile-glass, tile-seamless, tile-paper,
 tile, warp, whirl-pinch, wind, cache, cast-format, lcms-from-profile,
 npy-save, webp-load, webp-save, scale-ratio, scale-size, seamless-clone,
 sinus, supernova, value-propagate, video-degradation
   • reimplementation of gaussian-blur faster and more accurate
   • support for using URIs in image loaders
 • Buffer:
   • New default tile backend, doing disk writes in a separate thread.

This release of GEGL was brought to you through contributions from:

  Albert F, Alexandre Prokoudine, Alexia Death, Akash Akya, Anders Jonsson,
  Andika Triwidada, Andreas Fischer, Angh, Awaw Fumin, Barak Itkin, Bruce
  Cowan, Carlos Zubieta, Cédric Valmary, Chris Leonard, Christian Kirbach,
  Clayton Walker, Daniel Mustieles, Daniel Nylander, Daniel Sabo, Debarshi Ray,
  Denis Knoepfle, Dimitris Papavasiliou, Dimitris Spingos, Djavan Fagundes, Dov
  Grobgeld, Elle Stone, Enrico Nicoletto, Felix Ulber, Florian Klemme,
  Francisco Vila, Fran Diéguez, Georges Basile Stavracas Neto, Hans Lo, Harald
  Korneliussen, Hartmut Kuhse, Inaki Larranaga Murgoitio, Isaac Wagner, Jan
  Vesely, Jan Vesely, Jehan, Jon Nordby, Jordi Mas, Kalev Lember, Kristjan
  Schmidt, Marco Ciampa, Marek Dvoroznak, Maria Mavridou, Martijn van Beers,
  Martin Nordholts, Martin Srebotnjak, Massimo Valentini, Matej Urbančič,
  Maxime Nicco, Michael Henning, Michael Muré, Michael Natterer, Mikael
  Magnusson, Miroslav Talasek, Muhammet Kara, Mukund Sivaraman, Nana Chery,
  Nick Black, Nicolas Robidoux, Nils Philippsen, Norm Murray, Pascal Giessler,
  Piotr Drąg, Quentin Glidic, Rafael Ferreira, Rasmus, RPG, Rūdolfs Mazurs,
  Samir Ribic, Samuel Pitoiset, sebul, Simon Budig, Sven Claussner, Téo Mazars,
  Thomas Manni, Tim Lunn, Tim Mooney, Ting-Wei Lan, Tom Stellard, Ulf-D.
  Ehlert, Vadim Rutkovsky, Victor Oliveira, Ville Sokk, Vincent Untz, Yongjia
  Zhang, Yongjia Zhang, Øyvind Kolås and 周 周.


Where to get GEGL:

The latest versions of GEGL and it's hard dependencies babl and glib can be
fetched from:

http://download.gimp.org/pub/babl/0.1/babl-0.1.12.tar.bz2
http://download.gimp.org/pub/gegl/0.3/gegl-0.3.0.tar.bz2

SHA-1 sums of the released tarballs:

d6b77996740bc885fd42f5c639c9d3fce6211855  gegl-0.3.0.tar.bz2
b9a811d9d05717d66bc107a18447fbd74cff7eea  babl-0.1.12.tar.bz2

Where to get more information about GEGL

More information about GEGL can be found at the GEGL website,
http://gegl.org/ or by joining #gegl and #gimp on the IRC network
GIMPnet.

Have more fun =) /Øyvind Kolås
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Color history in Dockable Color Tool

2015-06-03 Thread Alexandre Prokoudine
On Tue, Jun 2, 2015 at 9:59 AM, Joseph Bupe wrote:
 Hi,

 Ok, we already have a color history feature in the Foreground  Background
 Color tool, but maybe we should also have it as part of the dockable dialog
 Colors.

We already have it in the development version of GIMP. It's an
automatically generated color palette.

Alex
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] Color history in Dockable Color Tool

2015-06-03 Thread Joseph Bupe
Hi,

Ok, we already have a color history feature in the Foreground  Background
Color tool, but maybe we should also have it as part of the dockable dialog
Colors. I think it would be handy to pick history colors from a docked
dialog than from a floating dialog, especially when I am not using color
palettes.

Screen short:

http://s17.postimg.org/77ey6t4jz/auto_colours.png

Cheers.

Joseph
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list