Live data from Hacker News

Show HN: Photu – a shell pipe CLI for batch image processing, built on libvips

github.com

1–5 of 5 posts

Re: Show HN: Photu – a shell pipe CLI for batch image processing, built on libvips

#4

pretty good use of libvips, I am amazed by the response time!!

this is because, instead of images/media being decoded and encoded per operation, only on the last `photu write` call, until then it is only creating a JSON plan, which is also checked for bad args. no need to touch a pixel until you know all the operations that will be taking place!

Re: Show HN: Photu – a shell pipe CLI for batch image processing, built on libvips

#5
post #4

pretty good use of libvips, I am amazed by the response time!!

this is because, instead of images/media being decoded and encoded per operation, only on the last `photu write` call, until then it is only creating a JSON plan, which is also checked for bad args. no need to touch a pixel until you know all the operations that will be taking place!

amazing!!