You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using gm for image-diff, a wrapper around ImageMagick's compare functionality. We recently got an issue requesting support for appPath being passed through from our library to gm itself (uber-archive/image-diff#51).
We are open to supporting this via JS but it seems like something that could be controlled via environment variables (e.g. in Karma, we can pass browser executable paths via _BIN environmnet variables -- e.g. PHANTOMJS_BIN, FIREFOX_BIN).
We were wondering if we could add support for appPath being an environment variable (e.g. GM_APP_PATH, or maybe something less confusing so we have 1 for ImageMagick and 1 for GraphicsMagick)
The text was updated successfully, but these errors were encountered:
We are using
gm
forimage-diff
, a wrapper around ImageMagick'scompare
functionality. We recently got an issue requesting support forappPath
being passed through from our library togm
itself (uber-archive/image-diff#51).We are open to supporting this via JS but it seems like something that could be controlled via environment variables (e.g. in Karma, we can pass browser executable paths via
_BIN
environmnet variables -- e.g.PHANTOMJS_BIN
,FIREFOX_BIN
).We were wondering if we could add support for
appPath
being an environment variable (e.g.GM_APP_PATH
, or maybe something less confusing so we have 1 for ImageMagick and 1 for GraphicsMagick)The text was updated successfully, but these errors were encountered: