Live data from Hacker News

Show HN: A little side project, a watercolor art generator

brushify.art

21–30 of 83 posts

Re: Show HN: A little side project, a watercolor art generator

#23
If you can make it with GIMP, you could probably look into OpenGL shaders to do it directly yourself: the processing could be faster and would provide you with more flexibility and coding fun times. I don't know of server-side libraries for that, but on iOS we have MetalPetal which provides some filtering features like ones in Gimp/Photoshop.

Have fun!

Re: Show HN: A little side project, a watercolor art generator

#25
post #16

Sorry all for the long wait times! Was not expecting much interest. At the very least, I need to look into removing photos from the queue when people exit the page.

I wouldn't even let people add new images to the queue if the wait period is over, say, 10 minutes.

Re: Show HN: A little side project, a watercolor art generator

#29
> I'd like to play around with is swapping the GIMP script for an AI-based process

Dall-e offers an API with some limitations (max 4MB square PNG, content filtering): https://beta.openai.com/docs/guides/images/usage

Photopea.com has a watercolor filter, in JS, all client side. It's not very good ATM so there's certainly room for improvement. Doing it all client side would solve the queue problem.

Post reply on HN