It is currently Mon Aug 17, 2026 4:34 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 26 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Large Plug-in Previews
PostPosted: Wed Sep 04, 2013 5:40 am  (#21) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
That is strange , i used on all Samj build without problems

Yes sure OH has the source but should be even on Sourceforge did you explored the OH files there ?

I just wake up i will be back after a shower and the breakfast with a more working mind

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Large Plug-in Previews
PostPosted: Wed Sep 04, 2013 5:44 am  (#22) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16161
PhotoComix wrote:
That is strange , i used on all Samj build without problems

Yes sure OH has the source but should be even on Sourceforge did you explored the OH files there ?

I just wake up i will be back after a shower and the breakfast with a more working mind


I haven't looked yet. I gotta run my son to the bus stop (first day of school). :)
Be back soon.

Thanks PC.

_________________
Image


Top
 Post subject: Re: Large Plug-in Previews
PostPosted: Wed Sep 04, 2013 12:58 pm  (#23) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
Rod, any news?

_________________
"Where am I ?"


Top
 Post subject: Re: Large Plug-in Previews
PostPosted: Wed Sep 04, 2013 9:14 pm  (#24) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16161
dinasset wrote:
Rod, any news?


Nothing yet. I think i will go through each plugin src from the Gimp-2.8.6 tarball and see what i can do. May take me awhile though. :)
I know some of them won't compile without compiling Gimp itself.

_________________
Image


Top
 Post subject: Re: Large Plug-in Previews
PostPosted: Thu Sep 05, 2013 4:10 pm  (#25) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
Of course I have.
All my patches I think must be open source, because gimp is open source.
They are all on http://sourceforge.net/projects/gimp-pa ... kel_Hatti/
with name
gimp-patches_Onkel_Hatti.zip
Look, whatever you want, apply them.
For standard Plugins, there is a GTK preference in the gimp-user directory, there is a file called
gtkrc. in this file, there is:

style "gimp-large-preview"
{
GimpPreview::size = 450
}

class "GimpPreview" style "gimp-large-preview"

proof preview size (it's always quadratic) and uncomment any of the lines above.
Next gimp start, standard plugins shows the preview in that size.

Sorry I don't have time for 2.8.6 at the moment, I'm heavily programming (and trying to understand)
for gimp-2.9.1, I try to realize Exif Data handling, for those, who works on photographs. (like me)

Just another word:

There are two (32bit: 3) variants of mingw, concerning exception handling:

short jump/long jump (or sjlj)
structured exception handling (or seh)

They both are incompatible to each other.
So if there is a program compiled with the seh variant, sjlj compiled programs (like maybe some plugins) MAY fail, if they make use
of the sjlj function. And the other way around.
gimp-2.8.4 was compiled with the (older) sjlj variant, gimp-2.8.6 seems to be compiled with the newer
seh variant. So a crash may have the reason in this incompatibility.
Samj uses in his/her(?) small environment the sjlj variant, even if there are both dlls
libgcc_s_seh-1.dll and libgcc_s_sjlj-1.dll.
But a look into the libstdc++-6.dll with a dependency walker shows the only function __gxx_personality_sj0 (in seh variant it is __gxx_personality_seh)
Maybe some of the readers recognize the specific functions/dlls from error messages...
My gimp version on sourceforge with my patches attached is still compiled with the sjlj variant.


Top
 Post subject: Re: Large Plug-in Previews
PostPosted: Fri Sep 06, 2013 10:20 am  (#26) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16161
Thank you Onkel. :)

_________________
Image


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

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group