Skip to content

GraphicsMagick manipulation on FileObjects from the CollectionFS package

License

Notifications You must be signed in to change notification settings

kamil7732/Meteor-cfs-graphicsmagick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfs:graphicsmagick

This package simply adds gm to scope, but it also tests the environment and automatically uses graphicsmagick or imagemagick if available. This makes debugging much easier.

The gm scope is also set accordingly to either graphicsmagick or imagemagick so you dont have to change your code depending on the server installation of gm/im.

If no binaries are found on the system, it will warn and throw an error when used. If you don't know whether graphicsmagick or imagemagick will be installed at the time of running, you can check the gm.isAvailable boolean flag before calling gm().

Using with CollectionFS

This package does not require CollectionFS and can be used alone.

For use with CollectionFS, please refer to the CollectionFS documentation for instructions.

About

GraphicsMagick manipulation on FileObjects from the CollectionFS package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%