Advertisement
KoctrX

Untitled

Jun 17th, 2021
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. convert ./image.png -brightness-contrast 8x4 img1.jpg && 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 && gmic img2.jpg -bilateral 10,7 -o img3.jpg && convert image.png -fill "#371C00" -tint 100 img4.jpg && gmic image.png -fx_lightglow 30,0.40,8,1,11 -o img5.jpg && convert img1.jpg -colorspace Gray -blur 0x.7 -negate -edge 3 -negate -threshold 40% -blur 0x.5 img6.jpg && gmic img6.jpg -bilateral 10,7 -fx_smooth_diffusion 0.70,0.60,0.60,2,5,8,0,0,24 -o img7.jpg && convert img7.jpg -fuzz 80% -transparent white img8.png && convert img8.png -colorspace gray -threshold 50% img9.pbm && convert img9.pbm img10.svg && convert -background none img10.svg img11.png && convert img11.png -colorspace gray -threshold 50% img12.pbm && potrace img12.pbm -s -t 20 -r 90 -o img13.svg && convert -background none img13.svg img14.png && convert img14.png -resize 1024x1024 img15.png && convert img15.png -fuzz 100% -fill "#2F1700" -opaque "#000000" img16.png && convert img5.jpg -contrast -contrast -contrast img17.jpg && composite img16.png img17.jpg result.jpg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement