It is currently Fri Jul 05, 2024 5:58 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 100 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Tue Aug 24, 2021 1:00 pm  (#81) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
Thanks to Miguel Pineau for his video (in French)! :tyspin

Note: For having G'MIC Comic Book filter, you have to:
  • have the version "2.9.8" of G'MIC
  • have checked the "internet" case (on G'MIC-Qt window, at the bottom in the middle)
  • have typed "Ctrl-R" (on G'MIC-Qt window)

Have fun! :)

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Thu Nov 25, 2021 9:23 am  (#82) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
Hello, :)

On some photos, I like when an bump effect is applied after the "Comic Book" effect.

Here is an example:
Attachment:
King_Boletus__Boletus_edulis_bump.jpg
King_Boletus__Boletus_edulis_bump.jpg [ 58.46 KiB | Viewed 2036 times ]

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Sun Nov 28, 2021 12:22 pm  (#83) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
I've made it this way:
  • Open image
  • Apply "Comic book" filter (in G'Mic)
  • In G'mic,
    • go to "Custom code [Local]",
    • paste
      fx_frame. 0,100,0,100,0,0,255,255,255,255,2,0,0,0,255
      fx_custom_transform. "i","if(i<64,0, sqrt((i-64)/(256-64))*256  )","i","i","i","i",0
      fx_illuminate_shape2d. 0,0,0,0,0,255,1,1,4,0,0,3,1,1,4,10,75,30,40,40,80,0.2,1,0,0,-2,-2,2,0,0,0
      crop. 2,2,{w-4},{h-4}
    • click "OK".

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Wed Dec 01, 2021 4:51 am  (#84) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
Thanks! I didn't even know your Comic Book plug-in was added to G'mic, that's good.


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Wed Dec 01, 2021 12:20 pm  (#85) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 792
Location: SEA - South East Asia
cli345 wrote:
I've made it this way:
  • Open image
  • Apply "Comic book" filter (in G'Mic)
  • In G'mic,
    • go to "Custom code [Local]",
    • paste
      fx_frame. 0,100,0,100,0,0,255,255,255,255,2,0,0,0,255
      fx_custom_transform. "i","if(i<64,0, sqrt((i-64)/(256-64))*256  )","i","i","i","i",0
      fx_illuminate_shape2d. 0,0,0,0,0,255,1,1,4,0,0,3,1,1,4,10,75,30,40,40,80,0.2,1,0,0,-2,-2,2,0,0,0
      crop. 2,2,{w-4},{h-4}
    • click "OK".


That code is a cool effect, I can see many other uses of this effect as well, thank you :clap

_________________
Patrice


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Fri Dec 03, 2021 11:30 am  (#86) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
Happy to help! :)
I intended to add this additional effect and two other ones in the "Comic Book" filter.
I would add a drop-down list titled "Additional Effect" with 4 choices : "None", "Deep Black", "Groove", "Bump".

Here are examples:
Attachment:
Ranunculus_gramineus_blossom_addiEffect.jpg
Ranunculus_gramineus_blossom_addiEffect.jpg [ 287.62 KiB | Viewed 1856 times ]

Attachment:
Goldfish_photo_2_small_addiEffect.jpg
Goldfish_photo_2_small_addiEffect.jpg [ 289.38 KiB | Viewed 1856 times ]

Attachment:
377-white-duck-in-greenish-water_addiEffect.jpg
377-white-duck-in-greenish-water_addiEffect.jpg [ 240.57 KiB | Viewed 1856 times ]

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Sat Feb 05, 2022 11:14 am  (#87) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
Hello! :)

The G'Mic filter "Comic Book" now has new additional effects (Hit "Ctrl-R" on G'Mic window to get them).
  • Color Effect: Deep Black, Colorful.
  • Flat Color Effect: Rainbow, Hard Rainbow, Posterize Softly, Super Flat.
  • Relief Effect: Groove, Bump.

The "Colors to Black or White" checkbox has become a dropdown list: Soft Threshold, Threshold with Soft Antialias, Lines and Black.
The old checked "Colors to Black or White" is equivalent to the new "Colors to Black or White = Soft Threshold" (as in this post of Jappaloe63).
"Lines and Black" is the same effect as in this post.

A "Final Antialias" checkbox is added.

Here are a few examples of "Color Effect" and "Flat Color Effect":
Attachment:
King_Boletus__Boletus_edulis_small_addiEffect_compare2.jpg
King_Boletus__Boletus_edulis_small_addiEffect_compare2.jpg [ 832.08 KiB | Viewed 1650 times ]

Attachment:
wolf_on_ridge_small_addiEffect_compare2.jpg
wolf_on_ridge_small_addiEffect_compare2.jpg [ 676.02 KiB | Viewed 1650 times ]

Have fun!

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Sun Aug 07, 2022 12:22 pm  (#88) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
Thanks to Como Tempera for the video! :tyspin

Note: After the video was made, the syntax of the filter has changed, the new command (default parameters) is now:
gmic sp -cl_comic 0,2,0,1,1,15,15,1,10,20,6,2,0,0,0,0,0,0,50,50 -display

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Sun Sep 11, 2022 10:16 am  (#89) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
I can easily convert this to GEGL now as I have your original graph.

#cli345's photo to cartoon filter
id=myStart

noise-reduction
domain-transform n-iterations=5
difference-of-gaussians radius1=1 radius2=0.33
gimp:desaturate mode=value
levels in-low=0.007 in-high=0.009
invert-gamma
rgb-clip

multiply aux=[ ref=myStart saturation scale=1.8 hue-chroma lightness=10 ]
domain-transform
domain-transform
domain-transform
domain-transform
noise-reduction


It will take a hour or two but I know I make this into a filter. I just need at least one person to request for me to go going.

When I make a thread about the filter I will put in the title "cli345's GEGL Cartoon effect (IN GEGL)"

So, does anyone have interest?


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Mon Sep 12, 2022 1:18 am  (#90) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
cli345 wrote:
Thanks to Como Tempera for the video! :tyspin

Note: After the video was made, the syntax of the filter has changed, the new command (default parameters) is now:
gmic sp -cl_comic 0,2,0,1,1,15,15,1,10,20,6,2,0,0,0,0,0,0,50,50 -display


Good work! Many thanks!

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Wed Oct 26, 2022 3:31 am  (#91) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
Here is a little comic strip: (license: public domain)
Attachment:
school2d.jpg
school2d.jpg [ 1.18 MiB | Viewed 1080 times ]

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Thu Oct 27, 2022 11:55 am  (#92) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Cute cartoon. :)

_________________
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: Results of my "photo to cartoon" plugin
PostPosted: Thu Nov 17, 2022 11:33 am  (#93) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
Thanks to "clueple c" for the video! :tyspin

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Fri May 26, 2023 11:55 am  (#94) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
I couldn't help but have some experimental fun
https://www.gimpscripts.net/2023/05/comic-book.html


Attachments:
CB-4.jpg
CB-4.jpg [ 198.11 KiB | Viewed 893 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Sun May 28, 2023 8:54 am  (#95) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
Cool! :bigthup

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Sun Feb 25, 2024 1:26 pm  (#96) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
I intend to propose an improvement of the Comicbook filter, I've added:
- two options "Light Mean Curvature" and "Simple Smooth" in the "Simplification" parameter,
- a parameter "Details" (set it to 41 to get the old result back),
- an option "Soft Rainbow" in the "Flat Color Effect" parameter.

Warning: This improvement will break the compatibility with the previous version.

Here are some examples with "Simple Smooth", "Details = 1", "Soft Rainbow", "Line Antialias = 100" and "Final Antialias = Double":
Attachment:
800px-Bufo_periglenes1_comicSimple.jpg
800px-Bufo_periglenes1_comicSimple.jpg [ 72.18 KiB | Viewed 610 times ]
Attachment:
800px-6296Curious_following_cats_in_the_Philippines_35_comicSimple.jpg
800px-6296Curious_following_cats_in_the_Philippines_35_comicSimple.jpg [ 83.08 KiB | Viewed 610 times ]
Attachment:
small_farm_k7862-1_comicSimple.jpg
small_farm_k7862-1_comicSimple.jpg [ 66.33 KiB | Viewed 610 times ]

Here is the code:
#@gui Comicbook test: test_comic, test_comic_preview(0)
#@gui : note = note("<b>Note</b>: Photo to cartoon")
#@gui : sep = separator()
#@gui : note = note(" ")
#@gui : Simplification = choice(0, "None", "Light", "Light Antialias", "Strong Antialias", "Median", "Iuwt", "Thin Brush", "Light Mean Curvature", "Mean Curvature", "Simple Smooth")
#@gui : sep = separator()
#@gui : note = note("<b>For edges:</b>")
#@gui : Flattening for Edge (bilateral) = int(2,0,5)
#@gui : Edge Method = choice(0, "Diff. of Gauss.", "Diff. of BoxBlur", "Diff. of Median")
#@gui : Edge Desaturation Method = choice(1, "Lightness", "MaxRGB", "MinRGB")
#@gui : Details = int(41,1,50)
#@gui : Line Thickness = float(1,0.5,4)
#@gui : Line Strength = float(15,0,19)
#@gui : Line Antialias = int(15,0,100)
#@gui : sep = separator()
#@gui : Add Colors = bool(1)
#@gui : note = note("<b>For colors:</b>")
#@gui : Luminosity Increase = int(10,0,50)
#@gui : Saturation Increase = int(20,0,50)
#@gui : Final Flattening (bilateral) = int(6,0,10)
#@gui : Color Effect = choice(2, "None", "Deep Black", "Local Contrast Enhancement", "Colorful")
#@gui : Flat Color Effect = choice(0, "None", "Soft Rainbow", "Rainbow", "Hard Rainbow", "Posterize Softly", "Super Flat")
#@gui : Colors to Black or White = choice(0, "No", "Soft Threshold", "Threshold with Soft Antialias", "Lines and Black")
#@gui : sep = separator()
#@gui : Relief Effect = choice(0, "None", "Groove", "Bump")
#@gui : Special Effect = choice(0, "None", "Dream", "Past", "Sketch of Future")
#@gui : sep = separator()
#@gui : Final Antialias = choice(0, "None", "Simple", "Double")
#@gui : sep = separator()
#@gui : Preview Type = choice("Full","Forward Horizontal","Forward Vertical","Backward Horizontal",
#@gui : "Backward Vertical","Duplicate Top","Duplicate Left","Duplicate Bottom","Duplicate Right",
#@gui : "Duplicate Horizontal","Duplicate Vertical","Checkered","Checkered Inverse")
#@gui : Preview Split = point(50,50,0,0,200,200,200,0,10)
#@gui : sep = separator()
#@gui : url = link("Filter discussed here","http://gimpchat.com/viewtopic.php?f=11&t=19335&p=266517#p266512")
#@gui : note = note("<small>Author: <i>Claude Lion</i>.      Latest Update: <i>2024/02/25</i>.</small>")
#@gui : note = note("<small>It uses filters of David Tschumperlé and a few filters of Jérôme Boulanger.</small>")
test_comic :
   foreach {

   simplif=$1
   nbBilatBord=$2
   methBord=$3
   methDesat=$4
   details=$5
   lineThick=$6
   forceTrait=$7
   antialias=$8
   addColors=$9
   augmLum=$10
   augmSat=$11
   nbBilatFin=$12
   colorEffect=$13
   flatColorEffect=$14
   bw=$15
   reliefEffect=$16
   specialEffect=$17
   finalAntialias=$18

   if $simplif==2
      fx_smooth_antialias. 100,0,2.5,0,50,50
   elif $simplif==3
      fx_smooth_antialias. 100,0,5,0,50,50
   elif $simplif==4
      fx_smooth_median. 3,255,0,0,50,50
   elif $simplif==5
      jeje_denoise_iuwt. 3,4,2,0
      jeje_denoise_iuwt. 3,4,2,0
   elif $simplif==6
      fx_smooth_anisotropic. 60,0.9,0.64,3.1,1.1,0.8,30,2,0,1,1,0,0,24
   elif $simplif==7
      meancurvature_flow. 1
   elif $simplif==8
      meancurvature_flow. 20
   elif $simplif==9
      smooth. 100,0.2,1,0,0
   fi

   curv="0,0,"{50-$augmLum}","{50+$augmLum}",100,100,-1,0,0,"{50-$augmSat}","{50+$augmSat}",100,100,-1,0,0,100,100,-1,0,0,100,100,-1"
   +fx_curves_interactive.  7,0,1,"7",$curv
   fx_smooth_nlmeans.. 4,4,{51-$details},5,0,0,24,0
   fx_smooth_bilateral.. 10,7,$nbBilatBord,0,0

   +cut.. 0,255
   reverse[-2,-1]
   if $methBord==0
      blur[-3] {$lineThick}
      #ac[-3] "blur "{$lineThick},ryb
   elif $methBord==1
      boxfilter[-3] xy,{$lineThick+0.01}
   elif $methBord==2
      median[-3] {($lineThick+0.01)*2}
   fi
   sub[-3,-2]

   if $methDesat==0
      fill.. "m = min(R,G,B); M = max(R,G,B); L = 0.5*(m + M); [L, L, L]"
   elif $methDesat==1
      fill.. "M = max(R,G,B); [M, M, M]"
   elif $methDesat==2
      fill.. "M = min(R,G,B); [M, M, M]"
   fi

   cut.. 0,255 n.. 0,255
   negate..
   threshold.. {$forceTrait+80}%
   n.. 0,255

   if $simplif>0
      fx_smooth_antialias.. 100,0,2.5,0,50,50
      fx_curves_interactive.. 7,0,1,"7","0,0,69,0,70,100,100,100,-1,0,0,100,0,-1,0,0,100,100,-1,0,0,100,100,-1"
   fi

   fx_smooth_antialias.. $antialias,0,1,0,50,50

   if $addColors==1
      mul[-2,-1]
      n. 0,255
      fx_smooth_bilateral. 10,7,$nbBilatFin,0,0



      if $colorEffect==1
         fx_custom_transform. "i","if(i<64,0, sqrt((i-64)/(256-64))*256  )","i","i","i","i",0
      elif $colorEffect==2
         fx_LCE. 80,0.5,1,1,0,0
      elif $colorEffect==3
         remove_opacity.
         rgb2hsv. split. c nm. val nm.. sat nm... hue
         +mul[val] [sat] nm. ref
         sqrt[ref]
         +sub[ref] 1 nm. subRef
         sub[val] 1 *[val] [subRef] negate[val]
         sub[sat] 1 *[sat] [subRef] negate[sat]
         rm[ref] rm[subRef]
         append[-3--1] c
         hsv2rgb.
         #n. 0,255
      fi

      if $flatColorEffect==1
         input 360,1,1,1,x nm. hue
         input 360,1,1,1,1 nm. sat
         input 360,1,1,1,1 nm. val
         append[-3--1] c
         hsv2rgb.
         point. 0,0,0,1,0
         point. 359,0,0,1,255
         +index[-2] [-1],0,1
         rm.. rm..
         fx_smooth_antialias. 15,0,1,0,50,50
      elif $flatColorEffect==2
         (255,0,0,0,0,0,0,0,0,0,0,64,128,192,255,255,255,255,255,255,255,255,255,192,128,64^255,0,0,64,128,192,255,255,255,255,255,255,255,255,255,192,128,64,0,0,0,0,0,0,0,0^255,0,255,255,255,255,255,192,128,64,0,0,0,0,0,0,0,0,0,64,128,192,255,255,255,255)
         remove_opacity..
         index.. [-1],0,1
         rm.
         fx_smooth_antialias. 15,0,1,0,50,50
      elif $flatColorEffect==3
         otsu. 256 n. 0,255
         fx_smooth_antialias. 15,0,1,0,50,50
      elif $flatColorEffect==4
         fx_posterize. 150,30,1,32,0,0,0,0,50,50
         fx_custom_transform. "i","if(i<64,0, sqrt((i-64)/(256-64))*256  )","i","i","i","i",0
      elif $flatColorEffect==5
         if s==4 split_opacity. rm. fi
         +colormap. 8
         index.. [-1],0,1
         rm.
         rgb2hsl. split. c
         n. 0,1
         append c hsl2rgb
      fi




      remove_opacity.
      if $bw==1
         fx_curves_interactive. 7,0,1,"7","0,0,16,100,100,100,-1,0,0,100,0,-1,0,0,100,100,-1,0,0,100,100,-1"
      elif $bw==2
         fx_blackandwhite. 0.299,0,0.587,0,0.114,0,0,0,0,0,0,0,0,0,2,0,0,0,16,4,0,0,0,50,50
         threshold. 33% n 0,255
         fx_smooth_antialias. 100,0.5,5,0,50,50
         fx_smooth_antialias. 100,0.5,5,0,50,50
      elif $bw==3
         fx_blackandwhite. 0.299,0,0.587,0,0.114,0,0,0,0,0,0,0,0,0,2,0,0,0,16,4,0,0,0,50,50
         otsu 4
         n 0,255
      fi
   else
      remove[-1]
   fi

   if $reliefEffect==1
      # inspired by emboss_image of Reptorian
      +fx_curves_interactive. 7,0,1,"7","0,0,16,100,100,100,-1,0,0,100,0,-1,0,0,100,100,-1,0,0,100,100,-1"
      l.
         b. 3
         gradient2rgb. 0 n. 0,255
         [-1]
         rgb2hsv[-2,-1] split[-2,-1] c

         l[-3--1] +[-3] {315} %[-3] 360 done
         l[-6--4] +[-3] {135} %[-3] 360 done
         l[-3--1] a c hsv2rgb s c done
         l[-6--4] a c hsv2rgb s c done
         rm[^-6,-3]
         negate..
         / 2
         +. 128
         blend grainmerge,1
      done
      to_rgb
      blend grainmerge,1
   elif $reliefEffect==2
      fx_frame. 0,100,0,100,0,0,255,255,255,255,2,0,0,0,255
      fx_custom_transform. "i","if(i<64,0, sqrt((i-64)/(256-64))*256  )","i","i","i","i",0
      fx_illuminate_shape2d. 0,0,0,0,0,255,1,1,4,0,0,3,1,1,4,10,75,30,40,40,80,0.2,1,0,0,-2,-2,2,0,0,0
      crop. 2,2,{w-4},{h-4}
   fi

   if $specialEffect==1
      +blur. 12.5
      add[-2,-1] *. 0.8 add. 40
      cut. 0,255
      fx_smooth_antialias. 100,2,5,0,50,50
      fx_frame_fuzzy. 12,12,30,5,255,255,255,255
      jeje_clouds. 50,0.5
   elif $specialEffect==2
      fx_curves_interactive. 7,0,1,"7","0,0,100,100,-1,0,0,65,35,100,100,-1,0,0,50,50,100,100,-1,0,0,100,100,-1"
      fx_stripes_y. 4,0,0,0,50,50
      fx_simulate_grain. 0,1,0.2,100,0,0,0,0,0,0,0,0,0
      fx_dirty. 1,1,0,0,0,50,50
   elif $specialEffect==3
      +fx_smooth_antialias. 100,0,5,0,50,50
      fx_smooth_antialias. 100,0,5,0,50,50
      fx_smooth_antialias. 100,0,5,0,50,50
      fx_hardsketchbw. 80,100,1,0.1,50,0,0,0,50,50
      fx_smooth_antialias. 100,0,5,0,50,50
      fx_smooth_antialias. 100,0,5,0,50,50
      otsu. 4 n. 0,255
      fx_smooth_antialias. 15,0,1,0,50,50
      fx_smooth_antialias. 50,50,2.5,0,50,50
      blur.. 10
      fx_smooth_bilateral.. 10,7,6,0,0
      mul[-2,-1] n. 0,255
   fi

   if $finalAntialias==1
      fx_smooth_antialias 50,50,2.5,0,50,50
   elif $finalAntialias==2
      fx_smooth_antialias. 15,0,1,0,50,50
      fx_smooth_antialias 50,50,2.5,0,50,50
   fi

   }

test_comic_preview :
  gui_split_preview "test_comic $*",${-3--1}

Enjoy! :)

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Sun Mar 17, 2024 12:05 pm  (#97) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
If this improvement is included in G'MIC, you'll have to refresh the filter page.
Attachment:
screenshotRefresh.jpg
screenshotRefresh.jpg [ 32.51 KiB | Viewed 532 times ]

If you use the "cl_comic" function directly,
  • You'll have to insert a new parameter after the 4th parameter: 41
    Attachment:
    screenshotParameter2.jpg
    screenshotParameter2.jpg [ 11.91 KiB | Viewed 532 times ]
  • If the first parameter is 7, it will have to be changed into 8
  • The "Flat Color Effect" parameter will have to (if not 0) be incremented by 1

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Sun Mar 17, 2024 12:43 pm  (#98) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 792
Location: SEA - South East Asia
In th e"Comicbook in G'MIC, If I select "Bump" I got an error, even clicking OK will not do the effect :mrgreen:

Attachment:
screenshot_20240318-014107.jpg
screenshot_20240318-014107.jpg [ 207.79 KiB | Viewed 529 times ]

_________________
Patrice


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Sun Mar 17, 2024 3:14 pm  (#99) 
Offline
GimpChat Member

Joined: Apr 19, 2021
Posts: 121
Location: France
Indeed, I've been able to reproduce the error.

I get the same error with the "Illuminate 2D shape" filter (which I use in the "Bump" effect).

_________________
Photo to cartoon : https://github.com/cl4cnam/gimp_cartoon_plugin


Top
 Post subject: Re: Results of my "photo to cartoon" plugin
PostPosted: Tue Mar 19, 2024 4:17 am  (#100) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 792
Location: SEA - South East Asia
cli345 wrote:
Indeed, I've been able to reproduce the error.

I get the same error with the "Illuminate 2D shape" filter (which I use in the "Bump" effect).


Ohhh, indeed, I got the error as well :(

_________________
Patrice


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

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Turn photo to cartoon manually

6

No new posts Attachment(s) Create Wall Photo Strips plugin

4

No new posts Attachment(s) Create a Shape Cluster Photo Display plugin

5

No new posts Attachment(s) New Fake Paintings (Show of results)

40

No new posts Attachment(s) Neon-Cartoon Abstract.

4



* Login  



Powered by phpBB3 © phpBB Group