aheckmann / gm

GraphicsMagick for node
http://aheckmann.github.com/gm/
6.95k stars 615 forks source link

feat: propagate process environment variables #856

Open danielcamargo opened 1 year ago

danielcamargo commented 1 year ago

This will allow the spawned process to consume environment variables defined by the nodejs process. Allowing us to change the behavior of the next call by updating a particular environment variable (i.e. using a different configuration folder by updating the MAGICK_CONFIGURE_PATH)