It is currently Tue Apr 16, 2024 5:21 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 36 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Focus blur plugin
PostPosted: Mon Jul 15, 2013 10:40 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Does anybody have (or can re-compile) this plugin with a larger preview like some other
plugins we've got here viewtopic.php?f=9&t=3876&hilit=large+preview&start=20
Thanks.

Focus blur plugin


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: Focus blur plugin
PostPosted: Mon Jul 15, 2013 4:17 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Doesn't this one have a big enough preview? Besides i thought the newer widgets allow for resizing the dialog with preview scaling at the same time.
http://www.gimpchat.com/viewtopic.php?f=9&t=4016#p49431

Never mind i see the dialog doesn't re size. I will try and recompile with a bigger preview for you.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Focus blur plugin
PostPosted: Mon Jul 15, 2013 6:24 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Thank you, Rod. I appreciate it!
Yeah, re-sizing Focus blur plugin window is not possible.
There are some other plugins (map to object, toy plugin, etc) which
retain the same preview size despite re-sizing the plugin widgets.

Need a larger preview in Focus blur to make a tutorial.
Good plugin and most ppl seem to not realize its full potential.


Top
 Post subject: Re: Focus blur plugin
PostPosted: Mon Jul 15, 2013 9:26 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
K1TesseraEna wrote:
Thank you, Rod. I appreciate it!
Yeah, re-sizing Focus blur plugin window is not possible.
There are some other plugins (map to object, toy plugin, etc) which
retain the same preview size despite re-sizing the plugin widgets.

Need a larger preview in Focus blur to make a tutorial.
Good plugin and most ppl seem to not realize its full potential.


Hrmmm..configure runs ok and then i get errors on build.
make[2]: Entering directory `/env/focusblur/src'
gcc -DHAVE_CONFIG_H -I. -I.. -mms-bitfields -Ic:/msys-mingw-gimp/MinGW/include/g
lib-2.0 -Ic:/msys-mingw-gimp/MinGW/lib/glib-2.0/include   -mms-bitfields -Ic:/ms
ys-mingw-gimp/MinGW/include/gimp-2.0 -Ic:/msys-mingw-gimp/MinGW/include/glib-2.0
-Ic:/msys-mingw-gimp/MinGW/lib/glib-2.0/include -Ic:/msys-mingw-gimp/MinGW/incl
ude/gtk-2.0 -Ic:/msys-mingw-gimp/MinGW/lib/gtk-2.0/include -Ic:/msys-mingw-gimp/
MinGW/include/atk-1.0 -Ic:/msys-mingw-gimp/MinGW/include/cairo -Ic:/msys-mingw-g
imp/MinGW/include/gdk-pixbuf-2.0 -Ic:/msys-mingw-gimp/MinGW/include/pango-1.0 -I
c:/msys-mingw-gimp/MinGW/include -Ic:/msys-mingw-gimp/MinGW/include/freetype2 -I
c:/msys-mingw-gimp/MinGW/include/libpng14    -Ic:/msys-mingw-gimp/MinGW/include
   -pipe -O3 -mms-bitfields -march=i686 -s -MT focusblurstock.o -MD -MP -MF .dep
s/focusblurstock.Tpo -c -o focusblurstock.o focusblurstock.c
focusblurstock.c:63: error: 'focusblur_model_flat' undeclared here (not in a fun
ction)
focusblurstock.c:64: error: 'focusblur_model_spherical' undeclared here (not in
a function)
focusblurstock.c:65: error: 'focusblur_model_gaussian' undeclared here (not in a
function)
focusblurstock.c:66: error: 'focusblur_model_ring' undeclared here (not in a fun
ction)
focusblurstock.c:67: error: 'focusblur_model_concave' undeclared here (not in a
function)
make[2]: *** [focusblurstock.o] Error 1
make[2]: Leaving directory `/env/focusblur/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/env/focusblur'
make: *** [all] Error 2


Need to update my environment to Gimp-2.8. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Focus blur plugin
PostPosted: Mon Jul 15, 2013 9:35 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Thanks for trying it, Rod!
I hope it wasn't much of a trouble for you!
Don't change you compiler environment, it's not worth it because it may cause
some other problems on your up and running system.


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 12:39 am  (#6) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
Try this:
OS: windows 32/64


Attachments:
focusblur-3.2.6.zip [139.21 KiB]
Downloaded 668 times
Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 10:11 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Thank you Onkel! It works :yes


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 10:55 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Onkel Hatti wrote:
Try this:
OS: windows 32/64

Thanks Onkel. :) :bigthup

Did you change the interface.c code? If so can you tell me where? Was it this line?
  gimp_window_set_transient (GTK_WINDOW (dialog));
  gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);


Did you set this to TRUE and then re-compile?

Thanks again. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:04 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Doesn't work in mine.

_________________
Image


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:07 am  (#10) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
Hi Rod.

I made some mor changes.
The line

gtk_window_set_resizable (GTK_WINDOW (dialog), TRUE);


makes the window resizable.
Further on I changed the allocation of parameter widgets. In standard plug-ins the window is aligned vertically.
So if you want to resize the preview, the window gets too high for the screen. I changed the whole thing
to a horizontal alignment with the preview on the left, the parameter widgets on the right.
And then I changed the size of the preview.
That the plug-in window remembers its location and size is not the plug-in, but my patch to the code in libgimpwidgets.
Maybe this will be adapted to gimp-2.10, but I wanted to have it in the newest version...

By the way: There are some really annoying bugs fixed, so it was worth a new version with my patches
on sourceforge.net today.


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:15 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Onkel Hatti wrote:
Hi Rod.

I made some mor changes.
The line

gtk_window_set_resizable (GTK_WINDOW (dialog), TRUE);


makes the window resizable.
Further on I changed the allocation of parameter widgets. In standard plug-ins the window is aligned vertically.
So if you want to resize the preview, the window gets too high for the screen. I changed the whole thing
to a horizontal alignment with the preview on the left, the parameter widgets on the right.
And then I changed the size of the preview.
That the plug-in window remembers its location and size is not the plug-in, but my patch to the code in libgimpwidgets.
Maybe this will be adapted to gimp-2.10, but I wanted to have it in the newest version...

By the way: There are some really annoying bugs fixed, so it was worth a new version with my patches
on sourceforge.net today.


SWEET! Thank you for compiling 32 bit gimp-2.8.7 with these fixes. :bigthup
I love this build which includes the matting tool. Have you given any thought to adding this tool yet? :)
Seamless Cloning
www.youtube.com Video from : www.youtube.com

Not sure where to find the code for it though. Maybe the author?

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:16 am  (#12) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
The Warrior wrote:
Doesn't work in mine.


Very informative. :geek


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:19 am  (#13) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
@Rod:

In 2.10 there will be inserted the matting tool, realized in gegl. I tried it in the 2.9.1 developing version, but
it doesn't work for me.
The seamless clining tool is very complicated, I think it will be coded and maybe finished in the GSOC 2013.
We will see.


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:22 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Nov 09, 2011
Posts: 726
Hello.
Do any of you has told GIMP developers about these modifications to get resizable windows and full preview in all filters?

_________________
Image
Be patient, English is not my language.


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:26 am  (#15) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
@yafu

Yes, but I was ignored, I don't know why.
Most of the preview can be resized by changing the size of GimpPreview in gtkrc file in the .gimp-2.8 directory

That the plug-ins remembers their position/size is a patch, but the newest version is still unreviewed/uncommented.
I think, the developers have enough to do to make the 2.10 version...


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:28 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Onkel Hatti wrote:
The Warrior wrote:
Doesn't work in mine.


Very informative. :geek

Haha. Here's what it does. Not sure if this works in 2.6.11 or not, but it does the same thing in 2.8.4:

Image

Then this:

Image

_________________
Image


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:33 am  (#17) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
Thats easy: Find that dll and it will work.


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:36 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Nov 09, 2011
Posts: 726
@Onkel Hatti, Do you remember where you had talked about it? Mailing list?
Maybe they keep us in mind if we are more people asking for that request :)

_________________
Image
Be patient, English is not my language.


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:39 am  (#19) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Onkel Hatti wrote:
@yafu

Yes, but I was ignored, I don't know why.
Most of the preview can be resized by changing the size of GimpPreview in gtkrc file in the .gimp-2.8 directory

That the plug-ins remembers their position/size is a patch, but the newest version is still unreviewed/uncommented.
I think, the developers have enough to do to make the 2.10 version...


If you addressed this issue on gimp-mailing list it is bound to be ignored :(
Need to file at Bugzilla, where beside bug reports they also accept and collaborate on feature/enhancement requests and patches.
AFAIK, nothing gets ignored there. Michael Schumacher maintains gimp sector and does a pretty good job.


Top
 Post subject: Re: Focus blur plugin
PostPosted: Tue Jul 16, 2013 11:42 am  (#20) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
@yafu
No, I don't remember. It was on IRC.
My patches for the plug-ins are, of course, available.

http://sourceforge.net/projects/gimp-pa ... kel_Hatti/


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

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Focus

9

No new posts Circular Motion Blur

2

No new posts Attachment(s) Gaussian blur not responding

7

No new posts Attachment(s) IN SEARCH OF GAUSSIAN BLUR PLUG-INS

2

No new posts GEGL filter to Extract, Recolor and Blur a Brightness Channel

1



* Login  



Powered by phpBB3 © phpBB Group