Advertisement
KoctrX

Untitled

Jun 17th, 2021
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. convert ./image.png -brightness-contrast 8x4 img1.jpg
  2.  
  3. gmic img1.jpg -fx_smooth_diffusion 0.70,0.60,0.60,2,5,8,0,0,24 -bilateral 10,7 -fx_smooth_diffusion 0.70,0.60,0.60,2,5,8,0,0,24 -bilateral 10,7 -fx_smooth_diffusion 0.70,0.60,0.60,2,5,8,0,0,24 -bilateral 10,7 -fx_smooth_diffusion 0.70,0.60,0.60,2,5,8,0,0,24 -map_tones 0.50,0.50,0,20,4,1 -fx_normalize_local 8.6747,50,5,20,1,3,0 -o img2.jpg
  4.  
  5. gmic img2.jpg -bilateral 10,7 -o img3.jpg
  6.  
  7. convert image.png -fill "#371C00" -tint 100 img4.jpg
  8.  
  9. gmic image.png -fx_lightglow 30,0.40,8,1,11 -o img5.jpg
  10.  
  11. convert img1.jpg -colorspace Gray -blur 0x.7 -negate -edge 3 -negate -threshold 40% -blur 0x.5 img6.jpg
  12.  
  13. gmic img6.jpg -bilateral 10,7 -fx_smooth_diffusion 0.70,0.60,0.60,2,5,8,0,0,24 -o img7.jpg
  14.  
  15. convert img7.jpg -fuzz 80% -transparent white img8.png
  16.  
  17. convert img8.png -colorspace gray -threshold 50% img9.pbm
  18.  
  19. convert img9.pbm img10.svg
  20.  
  21. convert -background none img10.svg img11.png
  22.  
  23. convert img11.png -colorspace gray -threshold 50% img12.pbm
  24.  
  25. potrace img12.pbm -s -t 20 -r 90 -o img13.svg
  26.  
  27. convert -background none img13.svg img14.png
  28.  
  29. convert img14.png -resize 1024x1024 img15.png
  30.  
  31. convert img15.png -fuzz 100% -fill "#2F1700" -opaque "#000000" img16.png
  32.  
  33. convert img5.jpg -contrast -contrast -contrast img17.jpg
  34.  
  35. composite img16.png img17.jpg result.jpg
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement