Skip to content

TransformationParser

Namespace: MJCZone.MediaMatic.AspNetCore.Transformations

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Parses URL transformation parameters into processing options.

static public

Contents

Methods (5)

Methods

Parse

Parses a transformation string into image processing options.

csharp
TransformationOptions Parse(string transformations)

Parameters

  • transformations (string) - Comma-separated transformation parameters (e.g., "w_400,h_300,c_fill,q_80,f_webp").

Returns

Type: TransformationOptions

Parsed transformation options.

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()