Re: Image Horizontal Flip

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <khzimmer@xxxxxxxxx> wrote:
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 <partha1b@xxxxxxxxx> 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 <partha1b@xxxxxxxxx> 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@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gimp-developer-list

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

[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux