Guest User

Untitled

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. convert -size 100x100 plasma:fractal plasma:fractal -append out.psd
  2.  
  3. > (gimp-image-new 200 200 0)
  4. (1)
  5. > (gimp-layer-new 1 200 200 0 "layer-1" 100 0)
  6. (2)
  7. > (gimp-layer-new 1 200 200 0 "layer-2" 100 0)
  8. (3)
  9. > (file-psd-save 0 1 0 "test.psd" "test.psd" 0 0)
  10. > (gimp-image-add-layer 1 2 -1)
  11. > (gimp-image-add-layer 1 3 -1)
  12. > (file-psd-save 0 1 1 "test.psd" "test.psd" 0 0)
  13.  
  14. gimp -i -b '(your-script-name "test.psd" 200 200)' -b '(gimp-quit 0)'
  15.  
  16. convert -size 100x100 -alpha set plasma:fractal -alpha set plasma:fractal -adjoin out.psd
Add Comment
Please, Sign In to add comment