Results 1 to 10 of 33

Thread: [Award Winner] Technique for adding coastal detail as you zoom in.

Hybrid View

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

    Post

    Code:
    include /etc/ld.so.conf.d/*.conf
    
    /usr/lib/atlas
    so do I add it to the bottom?

  2. #2

    Post

    Yeah. And then run "ldconfig" in the shell as root.

    It's possible that it's already in one of the files referenced in the "include" line -- you could check the files in /etc/ld.so.conf.d/ to make sure, so you're not repeating. Run "ldconfig" in either case.
    My random map generators and GIMP scripts: http://axiscity.hexamon.net/users/isomage/

  3. #3

    Post

    ok, it worked
    somewhat

    the test function on their site "/usr/local/bin/convert logo: logo.gif" worked


    the noise one didn't work so well

    Code:
    dr-spangle@dr-spangle-laptop:~$ convert -size 512x512 xc: -type Grayscale +noise Random -resize 4096x4096 -contrast +noise Laplacian -blur 2 -contrast /home/dr-spangle/Desktop/noise.png
    convert: no encode delegate for this image format `/home/dr-spangle/Desktop/noise.png' @ constitute.c/WriteImage/1145.

Posting Permissions

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