enbyss

im here now; the sheer audacity

25

occasionally here, when the orbit takes me --- hard to fit in

posts from @enbyss tagged #image

also:

i wonder what kind of image i project out there
like after a few glances, what do people think im like? are the vibes I put out there close to who I really am? maybe moreso than I think? or do I just seem like a completely different person when people get more used to me?

interesting stuff. feel free to comment ur impression. if it's positive, then it's nice and im :). if it's not, then at least I can take it in and like, do somethin about it lmao



look at that progress bar

now it needs a YAML configuration instead of manually messing with the code. here's an example:

source:
  url: "https://www.nasa.gov/sites/default/files/thumbnails/image/simulated_bh.jpg"
  media_type: "image"
  # max_dim: 1080

output:
  path: "./output/output"
  n: 100
    
effects:
  - hue-rotate: { min: 0.0, max: 360.0 }
  - brighten: { min: -0.1, max: 0.1 }
  - saturate: { min: -0.2, max: 0.2 }
  - multiply-hue: [1.0, 2.0, 3.0]

  - bayer:
      matrix-size: 8
      palette: "random"

so that's fun at least :)