It is currently Tue Sep 15, 2026 6:39 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Plugin Gradient Flare for Gimp-2.10.xx Win64bit with a larger preview.
PostPosted: Mon Jan 06, 2025 7:44 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Some have better equivalents in GEGL (due to the preview on canvas) - maybe someone will find it useful with a bigger preview - then replace the gradient-flare.exe file with the downloaded file (...\lib\gimp\2.0\plug-ins\gradient-flare\).
Remember to archive the original plugin.

In the original file gradient-flare.c only the following changes were made:

from (line 75,76,82,83):

#define DLG_PREVIEW_WIDTH   256
#define DLG_PREVIEW_HEIGHT  256
#define DLG_PREVIEW_MASK    GDK_EXPOSURE_MASK | \
                            GDK_BUTTON_PRESS_MASK
#define DLG_LISTBOX_WIDTH   80
#define DLG_LISTBOX_HEIGHT  40

#define ED_PREVIEW_WIDTH    256
#define ED_PREVIEW_HEIGHT   256


to:
#define DLG_PREVIEW_WIDTH   512
#define DLG_PREVIEW_HEIGHT  512
#define DLG_PREVIEW_MASK    GDK_EXPOSURE_MASK | \
                            GDK_BUTTON_PRESS_MASK
#define DLG_LISTBOX_WIDTH   80
#define DLG_LISTBOX_HEIGHT  40

#define ED_PREVIEW_WIDTH    512
#define ED_PREVIEW_HEIGHT   512


Attachments:
Gradient Flare.png
Gradient Flare.png [ 410.86 KiB | Viewed 11881 times ]
gradient-flare.zip [172.3 KiB]
Downloaded 1638 times

_________________
Image
Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group