Adriaan Meuris
Adriaan Meuris
@photopea if you want to keep files separate (i.e. all files in `tabs`), you'll always need to merge them one way or another (a shell script, `gulp`, `browserify`, ...). That's...
we do :-) it's best practice to separate it, so users can import only the required files using any build system (`webpack`, `rollup`, `browserify`, ...). But that won't stop you...
@somebody32 I'd be happy to continue with the PR, if @photopea considers a process that allows to build & publish from within this repository - see suggestions above. Currently all...
Coming here for the same reasons as others: this behaviour is quite unexpected as it depends on the contents of the table the Model is referring to. I follow the...
Thanks for the suggestion. I've did some tests without negating to see if the built-in CMYK profile is introduced by comparing with the output from `vips`. Attached a 1000x1000 [tiff...
@lovell Thanks for clarifying the difference in values due to the perceptual intent being used as. Great suggestion to use relative intent by default when transforming CMYK images, as it...
The test [keep existing ICC profile](https://github.com/lovell/sharp/blob/main/test/unit/metadata.js#L557) seems to test for a `Generic RGB Profile` ICC profile in the output file. Confirmed that the current implementation of `keepIccProfile` won't work for...
@lovell thank you so much for the recent update; I noticed that the profile is correcly attached now. However, it seems this icc transform to `sRGB` is always happening: https://github.com/lovell/sharp/blob/60f4048d6c33f414979169c660ce3bad69a395a6/src/pipeline.cc#L330-L344...
@lovell Yes, the patch works as expected. The profile is attached, and the output colors now align with the input colors. Looks great!
Same here, willing to help. The plugin is definitely installed: ``` phonegap plugin add https://github.com/timflapper/cordova-spotify-plugin.git ... phonegap plugin add https://github.com/timflapper/cordova-spotify-plugin.git ... Plugin "com.timflapper.spotify" already installed on ios. ``` I'm started...