How to manage the image-output / image-tools node conflict (split topic)

This is true but its not the problem. If I were to switch image-tools to jimp-compact and jimp-compact fell behind Jimp, I would want to switch back to original Jimp - so I prefer to keep image-tools with original Jimp version.

That basically means if a user has both image-tools and image-output -AND- we dont use same library, then the installation is larger (jimp and jimp-compact wont be de-duplicated by NPM)

Not a huge problem.

I agree - a good feature.

Actually, you can have a button AND an output (it isn't pretty - but it works)

Yeah, including Image URL

Current hurdles for me are...

  1. Must be able to handle full Data URLs
  2. Must be able to handle full Image URLs (you get this for free when you fix No.1)
  3. Must be able to handle filenames (easy now you have Jimp)
    (All of this is handled in image-tools if you wish to save on dev time)

Current sticky point (but not a problem for me personnaly)

  • I greatly prefer NOT to switch to jimp-compact so either image-output changes to jimp OR we do nothing (NPM doesnt dedupe, user has larger install - but everything continues to work)