It is currently Thu Aug 20, 2026 4:57 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: G'MIC page re-size....
PostPosted: Tue Jun 10, 2014 3:13 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jun 10, 2014
Posts: 6
When I open G'mic in GIMP, it is to WIDE....it's alright VERTICALLY....how do I make it SCREEN-SIZE?

_________________
Billy Geiger
Georgia, USA


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: G'MIC page re-size....
PostPosted: Tue Jun 10, 2014 3:19 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Jan 03, 2011
Posts: 1656
Try updating to the latest stable version 1.5.9.2, this is one of the main problem that should have been fixed.


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Tue Jun 10, 2014 8:44 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jun 10, 2014
Posts: 6
It <IS> 1.5.9.2, Ronounours....

I guess I'll wait 'til they heal their ways....

_________________
Billy Geiger
Georgia, USA


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Wed Jun 11, 2014 1:40 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jan 03, 2011
Posts: 1656
Maybe you should try this one :

http://samjcreations.blogspot.ca/2014/0 ... 40610.html

It's 1.5.9.3 beta, but it should work like 1.5.9.2. And there is the OpenMP accelerationn available for some filters :)


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Wed Jun 11, 2014 2:42 am  (#5) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Quote:
It's 1.5.9.3 beta, but it should work like 1.5.9.2. And there is the OpenMP acceleration available for some filters

David what is OpenMP acceleration? :oops:

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Wed Jun 11, 2014 2:48 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2090
Graechan wrote:
Quote:
It's 1.5.9.3 beta, but it should work like 1.5.9.2. And there is the OpenMP acceleration available for some filters

David what is OpenMP acceleration? :oops:

Wondering that myself. I downloaded and installed the beta.

_________________
Image


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Wed Jun 11, 2014 4:09 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 03, 2011
Posts: 1656
OpenMP (http://openmp.org/) is an API for parallel programming. It helps in developing multi-threaded code able to use multiple cores when doing heavy computation (which is often the case for image processing). I've recently started (3 days ago to be honest :)) to add a lot of OpenMP directives into the G'MIC source code, and I have already very interesting speed gains for time-consuming filters. If you have a multi-core machine, the next 1.5.9.3 version of G'MIC will be probably very interesting for you.

For instance, on my 12x2 cores machines, I get roughly a x3.5 speed gain on the computation of the 'Dream Smoothing' filter.

as I've described it here : https://plus.google.com/117441237982283 ... oshujYowPY

For some other operations, this can be even more.
This is of course adding an additional dependency to the OpenMP Library (so an additional .dll) for the plug-in, but this is really worth it.
Samj has been doing some compilation tests recently for Win64, and she confirms the speed gain as well.

1.5.9.3 is still in a 'beta' state, but it seems to be already quite stable. I will add more and more OpenMP directives in the future, so that 1.5.9.3 final should be even faster (on multi-core machines).


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Wed Jun 11, 2014 12:48 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jun 10, 2014
Posts: 6
Think I'll just wait on the Alpha version of 1.5.9.3....

Thanks!!!!

_________________
Billy Geiger
Georgia, USA


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Wed Jun 11, 2014 1:10 pm  (#9) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 8457
Location: On the other side of your screen
My GMIC has been opening up at different sizes in the last day. Sometimes even changing but not during a computation. is this because of latest changes? I only have 1.5.9.0
Often when it does this it is too large for my screen and I haven't even got scroll bars.
I have them normally but not when it resizes itself.

_________________
Image
Free Fun Photo Editing & resources
Poems from the Lord
Gimp Newby
Gimp version 3.2.4 and GMIC-Qt 4.0.2 OS :- Windows 10 Home 64


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Wed Jun 11, 2014 2:21 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2090
Thanks for the info David, very much appreciated. I was messing around with it, with no issues at all. Seems quite stable.

_________________
Image


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Wed Jun 11, 2014 2:39 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2662
Location: California
I installed G'MIC & I am using the 1.5.9.3 version and I don't have any problems with the resize.


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Wed Jun 11, 2014 8:38 pm  (#12) 
Offline
GimpChat Member

Joined: Feb 23, 2011
Posts: 70
Hello. I am installing SamJ's install files. I downloaded the zip file, and extracted all. I put everything in the "64bits" folder into my plugin folder, which replaced my existing files.

Am I supposed to put the folders called "GMIC_filters" or "scr" somewhere?

Thanks, and thank you SamJ!

_________________
Image


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Thu Jun 12, 2014 12:33 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2662
Location: California
Grits wrote:
Hello. I am installing SamJ's install files. I downloaded the zip file, and extracted all. I put everything in the "64bits" folder into my plugin folder, which replaced my existing files.

Am I supposed to put the folders called "GMIC_filters" or "scr" somewhere?

Thanks, and thank you SamJ!


Grits, the entire 64 bits folder goes in to your .gimp-2.8/plug-ins file ..
location of folders is in your C drive->Users folder->YourName->.gimp-2.8->plug-ins


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Thu Jun 12, 2014 6:32 pm  (#14) 
Offline
GimpChat Member

Joined: Feb 23, 2011
Posts: 70
Thanks mackenzieh. I guess the extra files are just extra. :)

_________________
Image


Top
 Post subject: Re: G'MIC page re-size....
PostPosted: Fri Jun 13, 2014 3:27 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2662
Location: California
Grits wrote:
Thanks mackenzieh. I guess the extra files are just extra. :)

You're welcome. I don't think the G'MIC folder and the scr folder is extra since they are needed for G'MIC to work.


Top
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group