Results 1 to 5 of 5

Thread: Tiling stone dungeon floor

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Post

    Any chance of a PNG - just out of completeness.


    Dollhouse Syndrome = The temptation to turn a map into a picture, obscuring the goal of the image with the appeal of cute, or simply available, parts. Maps have clarity through simplification.

    --- Sigurd

  2. #2
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,201
    Blog Entries
    8

    Post

    If you have image magick then you can batch up a command to do this by saving out the color and the alpha as image_c.png and image_a.png and running a batch file with this in it...

    composite %1_A.png -compose copy-opacity %1_C.png -depth 8 %1.png

    where you pass in 'image' as its parameter and it converts it to image.png which is the RGBA version.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •