Image Filters

Content Type: Module
Categories:

Overview

Add amazing filters to the images in your Mendix Application. Version 1.1.0 - Clarendon Filter - Black and White Filter - Sephia Filter - Noise Filter - Circle Filter - Chromatic Filter - Shadow Filter - Disco Filter

Documentation

Demo url

Description

Add filters to your `System.Image` files in your Mendix Application

Typical usage scenario

Use this module if you want to turn your images into Black and White or if you want to add different kinds of filters.

Features and limitations

This version consists of the following filters:

- Clarendon (Instagram filter)

- Black and White

- Sephia

- Noise

- Circle crop filter

- Resize your images with a maximum width;height.

Limitations:

- It does work with Animated gifs, but it loses the animation.

Dependencies

  • Mendix 7.19.1

Installation

Add the module package to your project. The ImageFilter Java class is all you need. It works with any `System.Image` object or generalization. The default settings makes use of the `ImageFilters.Image` entity. Double click the Java Action To change the return type in any `System.Image` object that you like.

Releases

Version: 1.1.1
Framework Version: 7.19.1
Release Notes: Updated for Mendix 8.10.0
Version: 1.1.0
Framework Version: 7.19.1
Release Notes: Added new Filters: - Chromatic Filter - Shadow Filter - Disco Filter
Version: 1.0.0
Framework Version: 7.19.1
Release Notes: First version of the Image Filters Java module. Contains the following filters: - Clarendon - Black and White - Sephia - Noise - Circle crop