It is currently Tue Jul 23, 2024 12:21 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 71 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject: Re: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Thu Mar 31, 2011 9:54 pm  (#61) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
I've got the updated code, but if I turn off the mirror option, the preview error results and it runs the script but the image remains the same.

_________________
I refuse to be confused, but am often confused at this refusal.


Top
 Post subject: Re: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Thu Mar 31, 2011 11:20 pm  (#62) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
the problem is not in my code but in a bug that David is trying to fix

Anyway i know the workaround grab the code below

###################################################################################################
#@gimp Psychedelic_Glasswork Tiler : gimp_psy_glass1, gimp_psy_glass1_preview
#@gimp : sep = separator()
#@gimp : note = note("Stained Glass Controls")
#@gimp : sep = separator()
#@gimp : White separators = bool(false)
#@gimp : Edges = float(20,0,100)
#@gimp : Shading = float(0.1,0,0.5)
#@gimp : Thin separators = bool(1)
#@gimp : Equalize = bool(1)
#@gimp : sep = separator()
#@gimp : Layer Fx = choice("Grain Merge","Hard Light","Soft Light","Overlay","Color Burn ","Multiply","Skip Merging")
#@gimp : Opacity = float(1,0,1)
#@gimp : sep = separator()
#@gimp : sep = separator()
#@gimp : note = note("Quick Corrections and Special Fx")

#@gimp : Apply Mask = bool(true)
#@gimp : note = note(" Contrast Mask preset")
#@gimp : sep = separator()
#@gimp : Raise Local Contrast = bool(false)
#@gimp : note = note("Local Normalization preset")
#@gimp : sep = separator()
#@gimp : sep = separator()

#@gimp : note = note("Mirrors Controls")
#@gimp : Activate Mirrors = bool(true)
#@gimp : sep = separator()
#@gimp : Iterations = int(1,1,10)
#@gimp : X-offset = float(0,0,100)
#@gimp : Y-offset = float(0,0,100)
#@gimp : Array mode = choice(2,"X-axis","Y-axis","XY-axes","2XY-axes")
#@gimp : Initialization = choice("Original","Mirror X","Mirror Y","Rotate 90 deg.","Rotate 180 deg.","Rotate 270 deg.")
#@gimp : Expand size = _bool(false)
#@gimp : sep = separator(), Preview type = choice("Full","Forward horizontal","Forward vertical","Backward horizontal","Backward vertical")
#@gimp : sep = separator()

#@gimp : sep = separator(), note = note("<small>Author : <i>PhotoComix;</i>. Latest update : <i>2011/03/30</i>.</small>")
gimp_psy_glass1 :


-if {$1==0} -blur 0.1 -stained_glass $2,$3,$4
-n 0,255
-elif {$1==1} -negative
-blur 0.1 -stained_glass $2,$3,$4
-n 0,255 -negative -endif
-if $5 -equalize[-1] 256 -endif

-if {$6==0} --blur 0.9 -gimp_compose_grainmerge $7
-elif {$6==1} --blur 0.9 -gimp_compose_hardlight $7
-elif {$6==2} --blur 0.9 -gimp_compose_softlight $7
-elif {$6==3} --blur 0.9 -gimp_compose_overlay $7
-elif {$6==4} --blur 0.9 -gimp_compose_colorburn $7
-elif {$6==5} --blur 0.9 -gimp_compose_multiply $7
-elif {$6==6} -gimp_do_nothing -endif

-if {$8==0} -gimp_do_nothing
-elif {$8==1} -gimp_contrast_swm 2,0,1,0 -endif

-if {$9==0} -gimp_do_nothing
-elif {$9==1} -gimp_normalize_local 2,6,5,20,1,3,0 -endif

-if {$10==0} -gimp_do_nothing -return -endif

-if {$15==1} -mirror x
-elif {$15==2} -mirror y
-elif {$15==3} -rotate 90
-elif {$15==4} -rotate 180
-elif {$15==5} -rotate 270
-endif
-array_mirror $11,$14,$16
-shift -$12%,-$13%,0,0,2


gimp_psy_glass1_preview :
-gimp_split_preview " -gimp_psy_glass1 ${1--2}",$-1

Basically i had to remove the support for multiple input/output ( i.e apply the filter to all layers to create new images ) that anyway is seldom used...fix that is up to David but now should be no more error

_________________
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: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Fri Apr 01, 2011 8:22 am  (#63) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14725
Location: USA
Weird even with your update PC mine still gets a preview error and doesn't run.
Same with Stained Glass 2
I even re-installed 1.4.8 and still the filters will not run.Is it a bug from refresh?
Seemed to happen right after i hit the refresh scripts button.

_________________
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: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Fri Apr 01, 2011 2:50 pm  (#64) 
Offline
GimpChat Member
User avatar

Joined: Mar 02, 2011
Posts: 1850
Location: Michigan
Hurray with new update mine works again :D
I have both versions in there, the one that doesn't preview with Mirrors off too, maybe thats why Rod?

_________________
Image
I'm back I think


Top
 Post subject: Re: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Fri Apr 01, 2011 3:13 pm  (#65) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
maybe was added to the built in filter

i am installing now gmic to see (for the filter and also for preset )

_________________
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: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Fri Apr 01, 2011 4:00 pm  (#66) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
That worked great PC. Thanks a lot.

_________________
I refuse to be confused, but am often confused at this refusal.


Top
 Post subject: Re: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Fri Apr 01, 2011 4:11 pm  (#67) 
Offline
GimpChat Member
User avatar

Joined: Mar 02, 2011
Posts: 1850
Location: Michigan
PhotoComix wrote:
maybe was added to the built in filter

i am installing now gmic to see (for the filter and also for preset )

Honestly? You didn't have it installed? Or are you getting update or something?
Just seems a bit odd that, someone who makes G'MIC Scripts doesn't have it installed, or am I missing something?

_________________
Image
I'm back I think


Top
 Post subject: Re: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Fri Apr 01, 2011 5:03 pm  (#68) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14725
Location: USA
It was throwing some weird errors and stuff Willy so PC was waiting on updating :lol
I have gone ahead and updated to 1.4.9. After seeing Davids post on the registry i figure it must be stable. :)

_________________
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: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Fri Apr 01, 2011 5:22 pm  (#69) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14725
Location: USA
Working great now PC!
HUGE image -

_________________
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: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Fri Apr 01, 2011 5:33 pm  (#70) 
Offline
GimpChat Member
User avatar

Joined: Mar 02, 2011
Posts: 1850
Location: Michigan
I would erase the two borders on top and it would look really cool, also see if you can Start again, but blur before you run the effect so you don't get such a sharp look.

_________________
Image
I'm back I think


Top
 Post subject: Re: UPDATED !! Gmic - Psychedelic Glasswork Tiler-
PostPosted: Fri Apr 01, 2011 8:00 pm  (#71) 
Offline
GimpChat Member
User avatar

Joined: Mar 02, 2011
Posts: 1850
Location: Michigan


I couldn't go 2 Days without playing around with this :D

Thanks PC the update works Great :D

_________________
Image
I'm back I think


Top
Post new topic Reply to topic  [ 71 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Psychedelic manips using G'MIC Diffusion Tensors

1

No new posts Attachment(s) Return of Psychedelic Text and Alpha (Rel 4), for Gimp 2.10 only

5

No new posts Gmic

2

No new posts Attachment(s) WHERE TO FIND???? NEED GMIC 32 BIT

1

No new posts Attachment(s) looking to add old SamJ's to GMIC

1



* Login  



Powered by phpBB3 © phpBB Group