Canvas Flip

26 views
Skip to first unread message

Axis Arts

unread,
Sep 3, 2022, 5:11:09 PM9/3/22
to GrafX2
Is there a way  i can flip the canvas?

Adrien Destugues

unread,
Sep 3, 2022, 5:12:59 PM9/3/22
to gra...@googlegroups.com
Hello,

From the "transform" menu (bottom left button in the menu, right click) you can flip the canvas on X or Y axis.

Le sam. 3 sept. 2022 à 23:11, Axis Arts <axis4...@gmail.com> a écrit :
Is there a way  i can flip the canvas?

--

---
You received this message because you are subscribed to the Google Groups "GrafX2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grafx2+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grafx2/0b713bde-1cc5-4850-87dd-9e6aac63db5dn%40googlegroups.com.


--
Adrien Destugues / PulkoMandy
http://pulkomandy.tk

Azs

unread,
Sep 3, 2022, 5:37:03 PM9/3/22
to GrafX2
is there a format i can save and keep the layers?

Adrien Destugues

unread,
Sep 3, 2022, 5:38:45 PM9/3/22
to gra...@googlegroups.com
The GIF format, which is the default, saves the layers.

Azs

unread,
Sep 5, 2022, 2:35:55 AM9/5/22
to GrafX2
One more question, can i assign the transform mirror into a key shortcut?

miniupnp

unread,
Sep 11, 2022, 10:51:29 AM9/11/22
to gra...@googlegroups.com, Azs
I don't think you can assign it to 1 key shortcut.

however you can first make the shortcut to access the "transform" menu and then X or Y.
To know which keyshort cut is assigned to the transform menu, let the mouse over the "Transform" button, and press F1
--

---
You received this message because you are subscribed to the Google Groups "GrafX2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grafx2+un...@googlegroups.com.

DawnBringer

unread,
Sep 29, 2023, 7:05:20 AM9/29/23
to GrafX2
You can make a script and assign that to keys.

-- X Flip
w,h = getpicturesize()
for y = 0, h-1, 1 do
 for x = 0, w-1, 1 do
   putpicturepixel(x,y,getbackuppixel(w-x-1,y))
 end
end

Reply all
Reply to author
Forward
0 new messages