[Gimp-developer] Image Horizontal Flip

2013-02-08 Thread Partha Bagchi
Something seems have to gone haywire with the horizontal flip.

I think the tile placements seems to be issue? In any case, vertical flip
works fine but horizontal leaves a mess behind.

Thanks,
Partha
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Image Horizontal Flip

2013-02-08 Thread Partha Bagchi
Well, I will look further, but Gimp code is so vast I am not sure I will
find it. In the meantime, have you been able to reproduce what I posted?

Thanks,
Partha



On Fri, Feb 8, 2013 at 9:27 AM, Karl-Heinz Zimmer khzim...@gmail.comwrote:

 I don't think so.
 That part of the code just toggles the flip direction, it looks perfectly
 right to me.

 Cheers
 Karl-Heinz

 On Fri, 8 Feb 2013 09:20:01 -0500
 Partha Bagchi parth...@gmail.com wrote:

  I think the issue is here:
  app/tools/gimpfliptool.c (Notice the orientation is reversed):
 
switch (options-flip_type)
  {
  case GIMP_ORIENTATION_HORIZONTAL:
g_object_set (options,
  flip-type, GIMP_ORIENTATION_VERTICAL,
  NULL);
break;
 
  case GIMP_ORIENTATION_VERTICAL:
g_object_set (options,
  flip-type, GIMP_ORIENTATION_HORIZONTAL,
  NULL);
break;
 
  default:
break;
  }
 
 
 
  On Fri, Feb 8, 2013 at 9:01 AM, Partha Bagchi parth...@gmail.com
 wrote:
 
   Something seems have to gone haywire with the horizontal flip.
  
   I think the tile placements seems to be issue? In any case, vertical
 flip
   works fine but horizontal leaves a mess behind.
  
   Thanks,
   Partha
  
  


 --

 ___
 gimp-developer-list mailing list
 gimp-developer-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/gimp-developer-list

___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Image Horizontal Flip

2013-02-08 Thread scl

On 08.02.13 at 3:01 PM Partha Bagchi wrote:

Something seems have to gone haywire with the horizontal flip.

I think the tile placements seems to be issue? In any case, vertical
flip works fine but horizontal leaves a mess behind.


Which build do you use - master or 2.8.4 and on which platform?


Kind regards,

Sven
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Image Horizontal Flip

2013-02-08 Thread Partha Bagchi
Sven,

I report issues with git. If it's not git I would state it.

Thanks,
Partha



On Fri, Feb 8, 2013 at 10:00 AM, scl scl.gp...@gmail.com wrote:

 On 08.02.13 at 3:01 PM Partha Bagchi wrote:

 Something seems have to gone haywire with the horizontal flip.

 I think the tile placements seems to be issue? In any case, vertical
 flip works fine but horizontal leaves a mess behind.


 Which build do you use - master or 2.8.4 and on which platform?


 Kind regards,

 Sven

 __**_
 gimp-developer-list mailing list
 gimp-developer-list@gnome.org
 https://mail.gnome.org/**mailman/listinfo/gimp-**developer-listhttps://mail.gnome.org/mailman/listinfo/gimp-developer-list

___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Image Horizontal Flip

2013-02-08 Thread Michael Natterer
On Fri, 2013-02-08 at 09:01 -0500, Partha Bagchi wrote:
 Something seems have to gone haywire with the horizontal flip.
 
 I think the tile placements seems to be issue? In any case, vertical flip
 works fine but horizontal leaves a mess behind.

I remember fixing this, some way :) I absolutely can't find a commit
saying flip but this was reported on IRC, I hacked on it and
now it works. Maybe the person who reported that on IRC remembers
what it was.

It's btw totally unrelated to GEGL.

Regards,
--Mitch


___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list