anthonynsimon / bild

Image processing algorithms in pure Go
MIT License
3.97k stars 213 forks source link

adding perlin noise functionality #74

Closed roz3x closed 4 years ago

anthonynsimon commented 4 years ago

I will host them with the others, no worries :)

On Sat 14. Sep 2019 at 02:12, roz3x notifications@github.com wrote:

@roz3x commented on this pull request.

In main.go https://github.com/anthonynsimon/bild/pull/74#discussion_r324402709:

@@ -1,7 +1,14 @@ package main

-import "github.com/anthonynsimon/bild/cmd" +import (

  • "image/png"
  • "os"
  • "github.com/roz3x/bild/noise" +)

    func main() {

okay i will delete the output folder , but where would i host the images then ?!

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/anthonynsimon/bild/pull/74?email_source=notifications&email_token=ADFDEB6RDS4KNFFQJPAPN4DQJQT5PA5CNFSM4IUT3HQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEXQT6A#discussion_r324402709, or mute the thread https://github.com/notifications/unsubscribe-auth/ADFDEB4LFDUR4PNS3C676W3QJQT5PANCNFSM4IUT3HQA .

roz3x commented 4 years ago

thanks ! but you have to change the link in README too .

anthonynsimon commented 4 years ago

@roz3x looks great 🎉 thanks a lot for your help!

roz3x commented 4 years ago

hey Thanks !