VIPS v0.1.0 Vips

Summary

Functions

Look at the image metadata and rotate the image to make it upright

Copys the image

Save the image as csv file format

Custom operation with no parameters

Custom operation with parameters

Sets falsecolour in image

Save the image as fit file format

Flips the image Parameters defualt: “horizontal” allowed: “horizontal”, “vertical”

Sets gamma in image

Save the image as jpeg file format

Opens image source

Save the image as png file format

Save the image as ppm file format

Save the image as rad file format

Save the image as raw file format

Rotates the image Parameters defualt: “d90” allowed: “d0”, “d90”, “d180”, “d270”

Save image in same directory as source

Sharpen the image

Save the image as tiff file format

Save the image as vips file format

Save the image as webp file format

Functions

autorot(image)

Look at the image metadata and rotate the image to make it upright.

blur(image, params \\ "0.2")

Blur the image

copy(image)

Copys the image

csv(image)

Save the image as csv file format

custom(image, list)

Custom operation with no parameters

custom_params(image, list)

Custom operation with parameters

falsecolour(image)

Sets falsecolour in image

fit(image)

Save the image as fit file format

flip(image, params \\ "horizontal")

Flips the image Parameters defualt: “horizontal” allowed: “horizontal”, “vertical”

gamma(image)

Sets gamma in image

jpeg(image)

Save the image as jpeg file format

open(path)

Opens image source

png(image)

Save the image as png file format

ppm(image)

Save the image as ppm file format

rad(image)

Save the image as rad file format

raw(image)

Save the image as raw file format

rotate(image, params \\ "d90")

Rotates the image Parameters defualt: “d90” allowed: “d0”, “d90”, “d180”, “d270”

save(image, list)

Save image in same directory as source

sharpen(image)

Sharpen the image

tiff(image)

Save the image as tiff file format

vips(image)

Save the image as vips file format

webp(image)

Save the image as webp file format