It is currently Sat Sep 12, 2026 9:05 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 31 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Rotating canvas in GIMP
PostPosted: Mon Apr 29, 2013 3:33 pm  (#21) 
Offline
Script Coder
User avatar

Joined: Nov 06, 2012
Posts: 239
Location: Italy
I see it as a very handy tool that will enable the digital painter as well as the simple user to have a more complete perception of any drawing or photo, by providing an infinite number of viewing angles.

Thank you, K1TesseraEna, for letting us know about this upcoming feature. :)

_________________
Gino D's GIMP scripts: https://sites.google.com/site/ginodonig/gimp-scripts


Top
 Post subject: Re: Rotating canvas in GIMP
PostPosted: Mon Apr 29, 2013 6:48 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Onkel Hatti wrote:
I use a graphic tablet. When I want to cutout a form, I have to draw a curve from right bottom to left top. Try it, it's hard for a right-handed. So I rotate the canvas, nothing of my content will change but I can rotate it in a way, that I can draw the same curve from left to right. Thats much easier. A very useful feature.

Hatti


That was the first thing I thought about. Making a selection with Free Select or
Scissors Select tool would be much easier and more accurate.
The Rotate tool in its current state makes me rotate my head :hehe .
Due to the human eyes anatomy we are way better at sizing up and making perfect horizontal lines than vertical lines.
So I would not agree with dd saying that this feature isn't really useful in GIMP.


Gino D wrote:
I see it as a very handy tool that will enable the digital painter as well as the simple user to have a more complete perception of any drawing or photo, by providing an infinite number of viewing angles.

Thank you, K1TesseraEna, for letting us know about this upcoming feature. :)


You're welcome, Gino!
It's hard to disagree with you.
Any marvelous scripts of yours are currently in development?


Top
 Post subject: ~
PostPosted: Mon Apr 29, 2013 11:16 pm  (#23) 
Offline
GimpChat Member

Joined: Apr 29, 2013
Posts: 203
~

_________________
~


Last edited by Zeo on Tue Nov 30, 2021 11:02 pm, edited 1 time in total.

Top
 Post subject: Re: Rotating canvas in GIMP
PostPosted: Tue Apr 30, 2013 4:39 am  (#24) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Zeo wrote:
I'm not sure, but is this canvas rotation consume more memory or not? :(


Theoretically speaking, yes.
You can check it out right now with the panning function (mouse over canvas area, press and hold Spacebar and move mouse around).
I think canvas rotation will be implemented in a similar way as panning.


Top
 Post subject: Re: Rotating canvas in GIMP
PostPosted: Wed May 01, 2013 6:50 am  (#25) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 590
Thanks, K1TesseraEna. As always you help me in my troubles. I did not know what MMB was. You seem my guardian angel in GIMP.

_________________
Image


Top
 Post subject: Re: Rotating canvas in GIMP
PostPosted: Wed May 01, 2013 8:08 am  (#26) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16170
I wonder if the rotating canvas will have a PDB.So it's parameters could be called for scripts.
That may be interesting.

_________________
Image


Top
 Post subject: ~
PostPosted: Wed May 01, 2013 8:35 am  (#27) 
Offline
GimpChat Member

Joined: Apr 29, 2013
Posts: 203
~

_________________
~


Last edited by Zeo on Tue Nov 30, 2021 11:13 pm, edited 1 time in total.

Top
 Post subject: Re: Rotating canvas in GIMP
PostPosted: Wed May 01, 2013 10:46 am  (#28) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Zeo wrote:
K1TesseraEna wrote:
Zeo wrote:
I'm not sure, but is this canvas rotation consume more memory or not? :(


Theoretically speaking, yes.
You can check it out right now with the panning function (mouse over canvas area, press and hold Spacebar and move mouse around).
I think canvas rotation will be implemented in a similar way as panning.


If I remember it right, Photoshop have this feature, but with somewhat with hardware support (never try it lol).
Yeah it seems using memory but not that big if compared with flipping or rotating. I think it is similiar with MyPaint on canvas rotation :)



You're correct Zeo. Latest version of MyPaint, Krita have this feature.
Not sure what you mean by hardware support - graphics acceleration utility or tablet support?

@Carlo Diniz You're welcome, Carlos!


Rod wrote:
I wonder if the rotating canvas will have a PDB.So it's parameters could be called for scripts.
That may be interesting.


I don't think it will be possible. Rotating canvas like zooming in/out or panning is a viewport manipulation
and does not change or create pixels.


Top
 Post subject: ~
PostPosted: Wed May 01, 2013 12:48 pm  (#29) 
Offline
GimpChat Member

Joined: Apr 29, 2013
Posts: 203
~

_________________
~


Last edited by Zeo on Tue Nov 30, 2021 11:14 pm, edited 1 time in total.

Top
 Post subject: Re: Rotating canvas in GIMP
PostPosted: Wed May 01, 2013 1:28 pm  (#30) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Zeo wrote:
K1TesseraEna wrote:


You're correct Zeo. Latest version of MyPaint, Krita have this feature.
Not sure what you mean by hardware support - graphics acceleration utility or tablet support?


Something like OpenGL, I think it is hardware thingie, since to use this on canvas rotation in Photoshop must "contain a video driver or card that provides OpenGL acceleration:... :( http://www.peachpit.com/articles/articl ... 4&seqNum=5
It's good knowing gimp can have this feature even without using hardware support. :D


Oh, see what you mean now. GIMP is only going to use OpenCL graphics acceleration software in not so distant future.
The choice of OpenCL seems logical since it sits well with GEGL once gimp is fully ported to it. This in turn will make possible GPU rendering.
Blender already has GPU-based render support for NVIDIA graphic cards and uses OpenGL that you mentioned.
OpenCL is inferior to OpenGL (or at least that's what I heard) in terms of computation time, but still better than nothing.
But right now there is no graphics acceleration support in GIMP.


Top
 Post subject: Re: Rotating canvas in GIMP
PostPosted: Wed May 01, 2013 2:35 pm  (#31) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
Rod wrote:
I wonder if the rotating canvas will have a PDB.So it's parameters could be called for scripts.
That may be interesting.


Highly unlikely, as it really is just a display rendering "filter", and does nothing to the image data itself.

-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
Post new topic Reply to topic  [ 31 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group