Ray Shan
Ray Shan
I'm planning a workflow like this: Raw photo -> edit in Lightroom -> export as large jpeg -> resize to smaller versions using sharp for responsive images on the web...
Thanks for the tip Lovell. I processed 60 files of various sizes and colors, some grayscale only. The code looks something like this: ``` js sharp(chunk.contents) // buffer .grayscale() .toFile("tmp/temp.jpg")...
Confirming that it worked for [my project](https://finance.shan.io/) as well. All I had to do is add the environment variable `FORCE_BUILDER_TAG=canary`. I was having a hard time making yarn 2 berry...
:tada: Maybe just do the right thing based on the input, and not introduce another API?
Reference: http://stackoverflow.com/a/32994814/2152076
+1 yes please
+1 yes please
+1 would you be interested to merge fork's changes back into master? Would help when used as a gulp plugin. cc @bertrandom
+1 Was just about to submit a bug report. Currently returned `Iptc.Application2.Keywords` is just the first one, e.g. `lightroom`, but `Xmp.dc.subject` and `Xmp.lr.hierarchicalSubject` are comma-delimited strings, e.g. `lightroom, photography, ray...