It is currently Wed Apr 24, 2024 7:25 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Globe View
PostPosted: Fri Jan 04, 2019 3:49 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Because this Issabella's nice tutorial has been re-discovered recently, I re-post here my script (written a long time ago) which implements that tut.
I think you can still use it in 2.10, at least I tried and it works, but my opinion is not fully relevant because on my Samj's 2.10 old scripts run while in other environments they fail, so please give it a try.
Attachment:
DIEGO_Globe-view.7z [2.15 KiB]
Downloaded 315 times

_________________
"Where am I ?"


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Globe View
PostPosted: Fri Jan 04, 2019 4:39 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12656
Location: Spain, Aragón
It works great! Thanks Dinasset. :yes


Attachments:
flower-3843290_DN_Globe_View.jpg
flower-3843290_DN_Globe_View.jpg [ 367.99 KiB | Viewed 7811 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Globe View
PostPosted: Fri Jan 04, 2019 5:09 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Thanks Issabella for testing it, hope someone else will do it, maybe using the standard Gimp release.

_________________
"Where am I ?"


Top
 Post subject: Re: Globe View
PostPosted: Fri Jan 04, 2019 7:47 am  (#4) 
Offline
GimpChat Member

Joined: Apr 09, 2018
Posts: 1792
Location: France
Thanks Dinasset

Image

Edit:
why does it appear here in the menu bar and not in the filters menu?
Image

_________________
Les parfums, les couleurs et les sons se répondent.Baudelaire (Les fleurs du mal)
2.10.14 (Samj),2.10.21 (Samj) and 2.10.23(Samj) OS Windows 10 Home 64 bits


Last edited by level_0 on Fri Jan 04, 2019 8:14 am, edited 1 time in total.

Top
 Post subject: Re: Globe View
PostPosted: Fri Jan 04, 2019 8:14 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Thanks for testing it, Level_0

_________________
"Where am I ?"


Top
 Post subject: Re: Globe View
PostPosted: Fri Jan 04, 2019 10:21 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
level_0 wrote:
why does it appear here in the menu bar and not in the filters menu?

Because it was written to. You can change the menu entries of scripts and .py plugins with text editor.
I think notepad is able to save it as .scm, but it's better to use Geany (Linux) or Notepad++ on Windows.
Open the Globe-view.scm and search for "<Image>/DNscripts/...
Then change it to "<Image>/Filters/Map/Globe View of an Image" for example.
Save to .scm format by overwriting the one in your scripts folder.
You can edit while Gimp is running and after saving use Filters/Script-Fu/Refresh Scripts to find it from its new menu location.

Or download the attachment I added. I have it in Filters/Map


Attachments:
DIEGO_Globe-view.scm [5.79 KiB]
Downloaded 224 times
Top
 Post subject: Re: Globe View
PostPosted: Fri Jan 04, 2019 1:47 pm  (#7) 
Offline
GimpChat Member

Joined: Apr 09, 2018
Posts: 1792
Location: France
Nidhogg,I do not know which of the 2 red boxes is Notepad ++

Image
so I'm going to make it easier tonight by taking the file you're proposing ;) (but that would be nice if I learned how to do it for next time ..) :)

_________________
Les parfums, les couleurs et les sons se répondent.Baudelaire (Les fleurs du mal)
2.10.14 (Samj),2.10.21 (Samj) and 2.10.23(Samj) OS Windows 10 Home 64 bits


Top
 Post subject: Re: Globe View
PostPosted: Fri Jan 04, 2019 2:29 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Neither one, go here and download the correct version for your environment (32bits/64bits)
https://notepad-plus-plus.org/download/v7.6.2.html

_________________
"Where am I ?"


Top
 Post subject: Re: Globe View
PostPosted: Fri Jan 04, 2019 3:20 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Mar 12, 2016
Posts: 198
Location: Illinois, USA
Nice filter, works fast.
Thank You


Attachments:
Flowers.jpg
Flowers.jpg [ 104.4 KiB | Viewed 7710 times ]

_________________
Image
Top
 Post subject: Re: Globe View
PostPosted: Sat Jan 05, 2019 12:59 am  (#10) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7713
Location: On the other side of this screen
3 attempts in Windows gimp 2.10.8
Image
Image
Image

_________________


Top
 Post subject: Re: Globe View
PostPosted: Sat Jan 05, 2019 1:08 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Tom, Sally, thanks for testing it.

_________________
"Where am I ?"


Top
 Post subject: Re: Globe View
PostPosted: Sat Jan 05, 2019 2:39 am  (#12) 
Offline
GimpChat Member

Joined: Apr 09, 2018
Posts: 1792
Location: France
Nidhogg wrote:
You can change the menu entries of scripts and .py plugins with text editor.
I think notepad is able to save it as .scm, but it's better to use Geany (Linux) or Notepad++ on Windows.
Open the Globe-view.scm and search for "<Image>/DNscripts/...
Then change it to "<Image>/Filters/Map/Globe View of an Image" for example.
Save to .scm format by overwriting the one in your scripts folder.
You can edit while Gimp is running and after saving use Filters/Script-Fu/Refresh Scripts to find it from its new menu location.


Notepad ++ :bigthup :bigthup
I just tested the addition of "Filters" and it's OK. :)
Thanks Nidhogg

_________________
Les parfums, les couleurs et les sons se répondent.Baudelaire (Les fleurs du mal)
2.10.14 (Samj),2.10.21 (Samj) and 2.10.23(Samj) OS Windows 10 Home 64 bits


Top
 Post subject: Re: Globe View
PostPosted: Sat Jan 05, 2019 10:04 pm  (#13) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4694
WoW! All of those images are really fantastic!

I was able to do some tonight.
Attachment:
DN_Globe View.Flower.jpg
DN_Globe View.Flower.jpg [ 441.2 KiB | Viewed 3338 times ]

Attachment:
DN_Globe View.White Tailed Bald Eagle 3.jpg
DN_Globe View.White Tailed Bald Eagle 3.jpg [ 440.59 KiB | Viewed 3338 times ]


This was done with Gimp 2.10.8 Samj ver 2. on Win 10, 64 bits.


Top
 Post subject: Re: Globe View
PostPosted: Sun Jan 06, 2019 12:46 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Well done, Pat.

_________________
"Where am I ?"


Top
 Post subject: Re: Globe View
PostPosted: Wed Jan 23, 2019 4:31 am  (#15) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7713
Location: On the other side of this screen
Image

_________________


Top
 Post subject: Re: Globe View
PostPosted: Tue Nov 10, 2020 4:38 pm  (#16) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4045
Any updates forthcoming, Diego?

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Globe View
PostPosted: Wed Nov 11, 2020 12:51 am  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Which update are you thinking about, Mahvin?

_________________
"Where am I ?"


Top
 Post subject: Re: Globe View
PostPosted: Wed Nov 11, 2020 1:05 am  (#18) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4045
https://gimplearn.net/viewtopic.php?f=1 ... 358#p33358

Not sure what the problem was with 2.10.6 but I figured you'd be interested in knowing about this...

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Globe View
PostPosted: Wed Nov 11, 2020 1:26 am  (#19) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
I tried and it works on Samj's 2.10.23
Attachment:
Cattura.PNG
Cattura.PNG [ 690.93 KiB | Viewed 2643 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: Globe View
PostPosted: Wed Nov 11, 2020 2:18 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
PS: users having different versions of Gimp 2.10 may try and let know.

_________________
"Where am I ?"


Top
Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) view a path when it is imported

12

No new posts Attachment(s) How to add new view rotation options?

13

No new posts Gimp 2.10.36: Menu - View - Display Filters - Clip : bug

0

No new posts Attachment(s) Proposal: a "View Topics in order of views"

32


cron

* Login  



Powered by phpBB3 © phpBB Group