Open NoNoNo opened 7 years ago
Hello.
Yes. I thought about it, but I can't decide which way to use:
There are obvious benefits and downsides in both methods, but the main problem is distribution. There are prebuild packages for win/linux/mac and if I will add image processing options - I will have to distribute these applications (like jpegtran, (opti|oxi)png).
So it should be extensible, but also easy for a generic user.
For now, I can just add an ability to run a custom command on images only using CLI.
Please create a way to using an external tool on:
data:img/*
<image xlink:href="*"/>
Useful e.g. for optimizing or rescaling images.
Pseudo code:
Running
exec
asynchronously would be a bonus…Example from
jhead
: