RSS/Atom feed Twitter
Site is read-only, email is disabled

Bug? Clone Tool after Merge Layers

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

CPT import in GIMP Jakub Argasi?ski 12 Feb 00:46
  Bug? Clone Tool after Merge Layers Brendan 12 Feb 03:39
   Bug? Clone Tool after Merge Layers Sven Neumann 12 Feb 08:38
   Bug? Clone Tool after Merge Layers Liam R E Quin 13 Feb 15:05
    Bug? Clone Tool after Merge Layers Sven Neumann 14 Feb 08:44
     Bug? Clone Tool after Merge Layers Brendan 14 Feb 14:33
     Bug? Clone Tool after Merge Layers Liam R E Quin 14 Feb 20:14
Jakub Argasi?ski
2008-02-12 00:46:29 UTC (almost 17 years ago)

CPT import in GIMP

Hello.

One of the features I miss in GIMP is an ability to import Corel PHOTO-PAINT layered format (.cpt). I have started to analyze CPT file format, and to help myself I wrote in my spare time little program to parse and get some useful info from these files. However, I have no time at the moment to develop it further, so I have decided to public the source code.

I'm sending this post in the hope that it could be useful to develop such plugin/functionality in GIMP. Code is rather ugly, because I'm not an experienced C developer, but I will try to provide as much help on request (at least on things I remember) as possible, if anyone is interested in.

The code is available at: http://code.google.com/p/cptinfo/

best regards, Jakub Argasi?ski

Brendan
2008-02-12 03:39:55 UTC (almost 17 years ago)

Bug? Clone Tool after Merge Layers

Am I doing something wrong or is this a bug?

Action:

Have two layers, one has a Layer Mask that I have painted in to unmask the edges of a models face from a Gaussian Blur tool.

Layer Mask gets squashed down with a "Merge Visible Layers" command. After that, I can't seem to get the Clone or Heal or really any drawing tool to work on the image. Unselected everything even.

Seems non-obvious to me, so if it's not a bug, there needs to be an error message at least....

Sven Neumann
2008-02-12 08:38:58 UTC (almost 17 years ago)

Bug? Clone Tool after Merge Layers

Hi,

On Mon, 2008-02-11 at 21:39 -0500, Brendan wrote:

Have two layers, one has a Layer Mask that I have painted in to unmask the edges of a models face from a Gaussian Blur tool.

Layer Mask gets squashed down with a "Merge Visible Layers" command. After that, I can't seem to get the Clone or Heal or really any drawing tool to work on the image. Unselected everything even.

I cannot reproduce this. Perhaps you can give a more detailed description of what exactly you are doing? You could perhaps also show us an XCF file.

Sven

Liam R E Quin
2008-02-13 15:05:37 UTC (almost 17 years ago)

Bug? Clone Tool after Merge Layers

On Mon, 2008-02-11 at 21:39 -0500, Brendan wrote: [...]

Layer Mask gets squashed down with a "Merge Visible Layers" command. After that, I can't seem to get the Clone or Heal or really any drawing tool to work on the image. Unselected everything even.

Make sure the background layer is selected in the layers dialogue.

Liam

Sven Neumann
2008-02-14 08:44:33 UTC (almost 17 years ago)

Bug? Clone Tool after Merge Layers

Hi,

On Wed, 2008-02-13 at 09:05 -0500, Liam R E Quin wrote:

On Mon, 2008-02-11 at 21:39 -0500, Brendan wrote: [...]

Layer Mask gets squashed down with a "Merge Visible Layers" command. After that, I can't seem to get the Clone or Heal or really any drawing tool to work on the image. Unselected everything even.

Make sure the background layer is selected in the layers dialogue.

That should happen automatically after "Merge Visible Layers". Do you end up with no layer being selected? That would be a bug then.

Sven

Brendan
2008-02-14 14:33:39 UTC (almost 17 years ago)

Bug? Clone Tool after Merge Layers

On Thursday 14 February 2008, Sven Neumann wrote:

Hi,

On Wed, 2008-02-13 at 09:05 -0500, Liam R E Quin wrote:

On Mon, 2008-02-11 at 21:39 -0500, Brendan wrote: [...]

Layer Mask gets squashed down with a "Merge Visible Layers" command. After that, I can't seem to get the Clone or Heal or really any drawing tool to work on the image. Unselected everything even.

Make sure the background layer is selected in the layers dialogue.

That should happen automatically after "Merge Visible Layers". Do you end up with no layer being selected? That would be a bug then.

Checked that at the time. One, single layer is shown after merge layers, and it is selected. No matter what tool I chose, I could not draw on the image. When re-opened, I could draw on it just fine. Drove me batty.

Liam R E Quin
2008-02-14 20:14:35 UTC (almost 17 years ago)

Bug? Clone Tool after Merge Layers

On Thu, 2008-02-14 at 08:44 +0100, Sven Neumann wrote:

On Wed, 2008-02-13 at 09:05 -0500, Liam R E Quin wrote:

On Mon, 2008-02-11 at 21:39 -0500, Brendan wrote: [...]

Layer Mask gets squashed down with a "Merge Visible Layers" command. After that, I can't seem to get the Clone or Heal or really any drawing tool to work on the image. Unselected everything even.

Make sure the background layer is selected in the layers dialogue.

That should happen automatically after "Merge Visible Layers". Do you end up with no layer being selected? That would be a bug then.

I have not seen such a problem.

Because of the way "Layer Mask gets squashed down" was written I was wondering if a script was involved. For example, "save selection to channel" leaves you with the background layer not selected.

Liam