Mark van Seventer

Results 24 comments of Mark van Seventer

@wobeng Not at the moment, but I can potentially add a `printMetadata` command or something.

I don't think the CLI should be removing files - you can always write a script that takes the input file and deletes it after processing.

You should be able to use [macros](https://github.com/vseventer/sharp-cli#input-and-output) for that.

@winston0410 I see what you want to achieve, and I don't think it's easily doable today. If you can point me to a library or pattern that could be used...

> Today i found https://sharp.pixelplumbing.com/ and after reading i found your cli version. I am impressed by the results, it works great. Now i am running it on thousands of...

@wizardion I ran into the same issue, caused by `extract-loader` attempting to resolve requires without considering aliases. I forked the repo and fixed this issue - you can always try...

Can you show me what you tried? Although I have not tried this, you should be able to compose multiple images using something like `sharp composite -- composite `.

Thanks for providing this - while Sharp allows compositing multiple images, the CLI is not passing the images in the right format. Since this likely affects other operations too, I...

I'm wondering the same - it does not seem to be working. Diving into Eleventy internals, I noticed the watch targets are set in the `Eleventy` constructor, but this happens...