Appian Image Utilities 2

Overview

Allows the basic manipulation of common image format files. Useful for working with uploaded images in Appian applications.

Provides the following Smart Services:

  • Trim Image
  • Square Image
  • Resize Image
  • Convert Image
Anonymous
Parents
  • I've identified two issues with the Image Utilities plugin:

    1. RGBA images produce a 0kb output
      Any image containing an alpha channel (RGBA mode) fails to convert — the plugin returns a 0kb file. This affects TIF, PNG, and WebP files that include transparency. RGB images convert as expected.
    2. 1 pixel dimensional discrepancy after conversion. The output dimensions do not match the input dimensions. For example, a 500×500 input produces a 499×499 output. While minor, this means the plugin cannot guarantee lossless dimensional accuracy.
Comment
  • I've identified two issues with the Image Utilities plugin:

    1. RGBA images produce a 0kb output
      Any image containing an alpha channel (RGBA mode) fails to convert — the plugin returns a 0kb file. This affects TIF, PNG, and WebP files that include transparency. RGB images convert as expected.
    2. 1 pixel dimensional discrepancy after conversion. The output dimensions do not match the input dimensions. For example, a 500×500 input produces a 499×499 output. While minor, this means the plugin cannot guarantee lossless dimensional accuracy.
Children
No Data