Class for generating tranformation urls
handle or multiple handles (i.e. for collage)
Adds pdfconvert transformation
this
Adds pdfinfo transformation
this
Adds URLScreenshot transformation
this
Add task and validate
Add animate transformation
this
Adds ascii transformation
this
Add autoimage transformation
this
Adds blackwhite transformation
this
Adds blur transformation
this
Adds blur faces transformation
this
Adds border transformation
this
Adds cache transformation
this
Adds circle transformation
this
Adds collage transformation
this
Add compress transformation
this
Adds crop transformation
this
Adds crop faces transformation
this
Adds detect_faces transformation
this
Adds enhance transformation
this
Adds fallback transformation
this
Adds flip transformation
this
Adds flop transformation
this
Returns all tasks added for transformation
Returns transformations in JSON format
Returns JSONSchema form transformations params
Adds imagesize transformation
this
Add task which minify a css file
this
Add task which minify a javascript file. For better handling of 'targets' param, use with b64 flag enabled.
this
Adds modulate transformation
this
Add monochrome transformation
this
Adds negative transformation
this
Adds noMetadata transformation
this
Adds oilpaint transformation
this
Adds output transformation
this
Adds partial blur transformation
this
Adds partial pixelate transformation
this
Adds pixelate transformation
this
Adds pixelate faces transformation
this
Adds Progressive JPEG transformation
this
Adds polaroid transformation
this
Adds quality transformation
this
Add security to link
Cleanup transformations on filelink
Adds resize transformation
this
Adds rotate transformation
this
Adds rounded corners transformation
this
Adds security transformation
this
Adds sepia transformation
this
Enable new base64 link support to avoid problems with special chars in link
Set cname for transformation link
Set custom domain. Used for test purpose. It will be removed when after client.transform
Switch the useValidator flag
Adds sfw transformation
this
Adds shadow transformation
this
Adds sharpen transformation
this
Adds imagesize transformation
this
Adds store transformation
this
Adds tags transformation
this
Returns transform url
Adds torn edges transformation
this
Adds upscale transformation
this
Adds video convert transformation
this
Adds vignette transformation
this
Adds watermart transformation
this
Add zip transformation which create a zip package on files used on actual context
this
Class for handling filelinks. For now its supports all filestack transforms. It outputs transform url or array of transforms
const link = new Filelink('handle or externalUrl', 'apikey'); link.flip().flop().store();
console.log(link.toString()); // enable base64 support link.setBase64(true)
console.log(link.toString());
Filelink