It is currently Tue Aug 04, 2026 1:30 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 387 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 20  Next
Author Message
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Fri Aug 17, 2012 5:32 pm  (#221) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
2-ton wrote:
what does that plug-in do? If it's something I wouldn't need, no sense in adding it.

It corrects chromatic aberrations (usually purple fringes) due to certain lens. If your RAW convertor already does that you don't need to worry. Otherwise it can be helpful.


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Fri Aug 17, 2012 7:52 pm  (#222) 
Offline
GimpChat Member
User avatar

Joined: Apr 08, 2010
Posts: 5420
Location: Northwest Ohio
raw converter? I use a point and shoot and all my pics come into the computer as jpg. Sounds like I don't need this unless i start seeing purple fringes!


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 4:43 am  (#223) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
I had a nice frame script previously and to date it hasnt worked with McGimp...it was frame with bevel....I liked it particularly as it was very smooth with no angular looking mitred corners...just a flow through thing...I'm not even sure wht it was called to tell the truth except that when I try to use it, I get the message in this screenshot. I know it gives a name but I'm not even sure thats what its called because I cant see any evidence of something called that in my scripts at all. And I've tried to locate that name via known sources to no avail as yet.


Attachments:
Screen Shot 2012-08-18 at 7.35.09 PM.jpg
Screen Shot 2012-08-18 at 7.35.09 PM.jpg [ 31.71 KiB | Viewed 1278 times ]
Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 5:52 am  (#224) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
Pauline,

Can you post the script or send it to me?

Thanks,
Partha


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 5:58 am  (#225) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
I can't find a script with that exact name...I've been looking for it everywhere I think it must have come as part of a suite of scripts or something...but I'll keep on it till I find it....


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 6:21 am  (#226) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
I'm thinking it must be in the scripts file otherwise it wouldnt show up on GIMP itself so I have to figure out what its called


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 10:25 am  (#227) 
Offline
GimpChat Member

Joined: Apr 19, 2012
Posts: 80
Location: Australia
akky wrote:
I'm thinking it must be in the scripts file otherwise it wouldnt show up on GIMP itself so I have to figure out what its called

I have it in a script called jeschke-mats-and-frames.scm.
At line 196 of your script it should read
  (let* ((img (car (gimp-drawable-get-image drawable)))

Yours seems to be missing the word 'get'
:)


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 4:16 pm  (#228) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
funny then if it was working previously up until this version. but I'll have a look as I have one called, FU_edges_mats-and-frames.scm which suggests its the same one but things just got worse when I changed it....so I have removed the changed version...and replaced it with the original and am back to square one...


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 5:31 pm  (#229) 
Offline
GimpChat Member

Joined: Apr 19, 2012
Posts: 80
Location: Australia
akky wrote:
funny then if it was working previously up until this version. but I'll have a look as I have one called, FU_edges_mats-and-frames.scm which suggests its the same one but things just got worse when I changed it....so I have removed the changed version...and replaced it with the original and am back to square one...

There is no such function as "gimp-drawable-image". That is the error that is being reported.
Search for "gimp-drawable-image" in the script you think it is.
If you find it try changing it to "gimp-drawable-get-image".
Or attach your script here for me to have a look at it. :(
Do you have any tools that let you search for a string inside files. You could search all of your scripts for "gimp-drawable-image". eg: Notepadd++ has this search function, but I do not know if it is a mac program or not. :(


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 7:57 pm  (#230) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
ok well for a start you need to understand that I am using a Mac and its McGimp (parthas native mac version) I am using on, in this case, Lion...ie: OS X 10.7.4...I'm going to go try it on Mountain Lion before I start fooling round with it....back soon (Notepad is not a mac thing)


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 8:01 pm  (#231) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
Oh, and by the way...I did exactly as you have suggested in changing the line... to read exactly what you said and if you read my earlier post...it created a new problem...so its gone.


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 8:15 pm  (#232) 
Offline
GimpChat Member

Joined: Apr 19, 2012
Posts: 80
Location: Australia
Ahogy kívánod. :roll:


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 8:51 pm  (#233) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
Dont have a clue what that means


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 9:18 pm  (#234) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
same for Mountain Lion using McGIMP


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 9:25 pm  (#235) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
akky wrote:
same for Mountain Lion using McGIMP

Pauline,

Feel free to send it to me. My email is on my website.


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 9:38 pm  (#236) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
partha wrote:
akky wrote:
same for Mountain Lion using McGIMP

Pauline,

Feel free to send it to me. My email is on my website.


Done! ty


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 9:53 pm  (#237) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
akky wrote:
partha wrote:
akky wrote:
same for Mountain Lion using McGIMP

Pauline,

Feel free to send it to me. My email is on my website.


Done! ty

Sure thing. Let me look into it and I'll get back to you.


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sat Aug 18, 2012 10:05 pm  (#238) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
Thank you.


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Sun Aug 19, 2012 9:55 pm  (#239) 
Offline
GimpChat Member
User avatar

Joined: Apr 08, 2010
Posts: 5420
Location: Northwest Ohio
grrrr. I was going to refresh my gmic to get samj's chalk filter but today my mcgimp gmic wont work. I took a screenshot for two reasons. one is to see if anyone can figure out what I need to do to make the gmic work again. second is to show you that the mcgimp opened up giant size...larger than it was before. I did not change anything for these changes to happen...I cannot get to the little resize button so how can I make it smaller and then save that setting??? Last time I used mcgimp, the size was fine...not buried under the dock at all...and the gmic was working fine, also.

Image


Top
 Post subject: Re: McGimp 2.8 - Mac Native Version
PostPosted: Mon Aug 20, 2012 2:18 am  (#240) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
Try command - to reduce the size maybe or restart the computer ..it should give you the chance to save your work as an xcf


Top
Post new topic Reply to topic  [ 387 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 20  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group