MADAM
Introduction
Tutorial: Processing your first media asset
Quickstart
How-to guides
Advanced use cases
Configuration
Upgrade Guide
Module reference
Index
Explanation: Why MADAM works the way it does
Overview
MADAM
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Z
_
__init__() (madam.core.Asset method)
(madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.LazyAsset method)
(madam.core.Madam method)
(madam.core.MetadataProcessor method)
(madam.core.OperatorError method)
(madam.core.PermanentOperatorError method)
(madam.core.Pipeline method)
(madam.core.Processor method)
(madam.core.ShelveStorage method)
(madam.core.TransientOperatorError method)
(madam.core.UnsupportedFormatError method)
(madam.exif.ExifMetadataProcessor method)
(madam.ffmpeg.FFmpegContext method)
(madam.ffmpeg.FFmpegFilterGraph method)
(madam.ffmpeg.FFmpegMetadataProcessor method)
(madam.ffmpeg.FFmpegProcessor method)
(madam.image.Gravity method)
(madam.image.PillowContext method)
(madam.image.PillowProcessor method)
(madam.iptc.IPTCMetadataProcessor method)
(madam.mime.MimeType method)
(madam.pdf.PDFMetadataProcessor method)
(madam.pdf.PDFProcessor method)
(madam.raw.RawImageProcessor method)
(madam.raw.RawMetadataProcessor method)
(madam.vector.SVGContext method)
(madam.vector.SVGMetadataProcessor method)
(madam.vector.SVGProcessor method)
(madam.xmp.XMPMetadataProcessor method)
A
add() (madam.core.Pipeline method)
add_audio_filter() (madam.ffmpeg.FFmpegFilterGraph method)
add_note() (madam.core.OperatorError method)
(madam.core.PermanentOperatorError method)
(madam.core.TransientOperatorError method)
(madam.core.UnsupportedFormatError method)
add_video_filter() (madam.ffmpeg.FFmpegFilterGraph method)
adjust_brightness() (madam.image.PillowProcessor method)
adjust_contrast() (madam.image.PillowProcessor method)
adjust_saturation() (madam.image.PillowProcessor method)
adjust_sharpness() (madam.image.PillowProcessor method)
apply_mask() (madam.image.PillowProcessor method)
Asset (class in madam.core)
AssetStorage (class in madam.core)
audio_filter_string (madam.ffmpeg.FFmpegFilterGraph property)
AudioCodec (class in madam.ffmpeg)
auto_orient() (madam.image.PillowProcessor method)
B
blur() (madam.image.PillowProcessor method)
branch() (madam.core.Pipeline method)
C
can_read() (madam.core.Processor method)
(madam.ffmpeg.FFmpegProcessor method)
(madam.image.PillowProcessor method)
(madam.pdf.PDFProcessor method)
(madam.raw.RawImageProcessor method)
(madam.vector.SVGProcessor method)
capitalize() (madam.image.Gravity method)
casefold() (madam.image.Gravity method)
center() (madam.image.Gravity method)
clear() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
combine() (in module madam.ffmpeg)
(in module madam.image)
(in module madam.pdf)
(madam.core.MetadataProcessor method)
(madam.exif.ExifMetadataProcessor method)
(madam.ffmpeg.FFmpegMetadataProcessor method)
(madam.iptc.IPTCMetadataProcessor method)
(madam.pdf.PDFMetadataProcessor method)
(madam.raw.RawMetadataProcessor method)
(madam.vector.SVGMetadataProcessor method)
(madam.xmp.XMPMetadataProcessor method)
composite() (madam.image.PillowProcessor method)
concatenate() (in module madam.ffmpeg)
content_id (madam.core.Asset property)
(madam.core.LazyAsset property)
convert() (madam.ffmpeg.FFmpegProcessor method)
(madam.image.PillowProcessor method)
count() (madam.image.Gravity method)
crop() (madam.ffmpeg.FFmpegProcessor method)
(madam.image.PillowProcessor method)
crop_to_focal_point() (madam.image.PillowProcessor method)
D
decode() (madam.raw.RawImageProcessor method)
E
encode() (madam.image.Gravity method)
endswith() (madam.image.Gravity method)
essence (madam.core.Asset property)
(madam.core.LazyAsset property)
EXACT (madam.image.ResizeMode attribute)
execute_run() (madam.core.Processor method)
(madam.ffmpeg.FFmpegProcessor method)
(madam.image.PillowProcessor method)
(madam.pdf.PDFProcessor method)
(madam.raw.RawImageProcessor method)
(madam.vector.SVGProcessor method)
ExifMetadataProcessor (class in madam.exif)
expandtabs() (madam.image.Gravity method)
extract_frame() (madam.ffmpeg.FFmpegProcessor method)
(madam.image.PillowProcessor method)
extract_palette() (in module madam.image)
F
FFmpegContext (class in madam.ffmpeg)
FFmpegFilterGraph (class in madam.ffmpeg)
FFmpegMetadataProcessor (class in madam.ffmpeg)
FFmpegProcessor (class in madam.ffmpeg)
FileSystemAssetStorage (class in madam.core)
FILL (madam.image.ResizeMode attribute)
fill_background() (madam.image.PillowProcessor method)
filter() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
filter_by_tags() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
find() (madam.image.Gravity method)
FIT (madam.image.ResizeMode attribute)
flip() (madam.image.PillowProcessor method)
FlipOrientation (class in madam.image)
flush() (madam.core.Pipeline static method)
format() (madam.image.Gravity method)
format_map() (madam.image.Gravity method)
formats (madam.core.MetadataProcessor property)
(madam.exif.ExifMetadataProcessor property)
(madam.ffmpeg.FFmpegMetadataProcessor property)
(madam.iptc.IPTCMetadataProcessor property)
(madam.pdf.PDFMetadataProcessor property)
(madam.raw.RawMetadataProcessor property)
(madam.vector.SVGMetadataProcessor property)
(madam.xmp.XMPMetadataProcessor property)
G
get() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
get_processor() (madam.core.Madam method)
Gravity (class in madam.image)
H
HORIZONTAL (madam.image.FlipOrientation attribute)
I
index() (madam.image.Gravity method)
IndexedAssetStorage (class in madam.core)
InMemoryStorage (class in madam.core)
IPTCMetadataProcessor (class in madam.iptc)
isalnum() (madam.image.Gravity method)
isalpha() (madam.image.Gravity method)
isascii() (madam.image.Gravity method)
isdecimal() (madam.image.Gravity method)
isdigit() (madam.image.Gravity method)
isidentifier() (madam.image.Gravity method)
islower() (madam.image.Gravity method)
isnumeric() (madam.image.Gravity method)
isprintable() (madam.image.Gravity method)
isspace() (madam.image.Gravity method)
istitle() (madam.image.Gravity method)
isupper() (madam.image.Gravity method)
items() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
J
join() (madam.image.Gravity method)
K
keys() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
L
LazyAsset (class in madam.core)
ljust() (madam.image.Gravity method)
lower() (madam.image.Gravity method)
lstrip() (madam.image.Gravity method)
M
Madam (class in madam.core)
madam.core
module
madam.exif
module
madam.ffmpeg
module
madam.image
module
madam.iptc
module
madam.mime
module
madam.pdf
module
madam.raw
module
madam.vector
module
madam.xmp
module
maketrans() (madam.image.Gravity static method)
materialize() (madam.core.ProcessingContext method)
(madam.ffmpeg.FFmpegContext method)
(madam.image.PillowContext method)
(madam.vector.SVGContext method)
MetadataProcessor (class in madam.core)
MimeType (class in madam.mime)
module
madam.core
madam.exif
madam.ffmpeg
madam.image
madam.iptc
madam.mime
madam.pdf
madam.raw
madam.vector
madam.xmp
N
normalize_audio() (madam.ffmpeg.FFmpegProcessor method)
O
operator() (in module madam.core)
OperatorError
optimize_quality() (madam.image.PillowProcessor method)
overlay() (madam.ffmpeg.FFmpegProcessor method)
P
pad() (madam.image.PillowProcessor method)
partition() (madam.image.Gravity method)
PDFMetadataProcessor (class in madam.pdf)
PDFProcessor (class in madam.pdf)
PermanentOperatorError
PillowContext (class in madam.image)
PillowProcessor (class in madam.image)
Pipeline (class in madam.core)
pop() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
popitem() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
process() (madam.core.Pipeline method)
ProcessingContext (class in madam.core)
Processor (class in madam.core)
processor (madam.core.ProcessingContext property)
(madam.ffmpeg.FFmpegContext property)
(madam.image.PillowContext property)
(madam.vector.SVGContext property)
R
rasterize() (madam.pdf.PDFProcessor method)
RawImageProcessor (class in madam.raw)
RawMetadataProcessor (class in madam.raw)
read() (madam.core.Madam method)
(madam.core.MetadataProcessor method)
(madam.core.Processor method)
(madam.exif.ExifMetadataProcessor method)
(madam.ffmpeg.FFmpegMetadataProcessor method)
(madam.ffmpeg.FFmpegProcessor method)
(madam.image.PillowProcessor method)
(madam.iptc.IPTCMetadataProcessor method)
(madam.pdf.PDFMetadataProcessor method)
(madam.pdf.PDFProcessor method)
(madam.raw.RawImageProcessor method)
(madam.raw.RawMetadataProcessor method)
(madam.vector.SVGMetadataProcessor method)
(madam.vector.SVGProcessor method)
(madam.xmp.XMPMetadataProcessor method)
removeprefix() (madam.image.Gravity method)
removesuffix() (madam.image.Gravity method)
render_text() (in module madam.image)
replace() (madam.image.Gravity method)
resize() (madam.ffmpeg.FFmpegProcessor method)
(madam.image.PillowProcessor method)
ResizeMode (class in madam.image)
rfind() (madam.image.Gravity method)
rindex() (madam.image.Gravity method)
rjust() (madam.image.Gravity method)
rotate() (madam.ffmpeg.FFmpegProcessor method)
(madam.image.PillowProcessor method)
round_corners() (madam.image.PillowProcessor method)
rpartition() (madam.image.Gravity method)
rsplit() (madam.image.Gravity method)
rstrip() (madam.image.Gravity method)
S
sepia() (madam.image.PillowProcessor method)
set_codec_options() (madam.ffmpeg.FFmpegFilterGraph method)
set_output_format() (madam.ffmpeg.FFmpegFilterGraph method)
set_speed() (madam.ffmpeg.FFmpegProcessor method)
setdefault() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
sharpen() (madam.image.PillowProcessor method)
ShelveStorage (class in madam.core)
shrink() (madam.vector.SVGProcessor method)
split() (madam.image.Gravity method)
splitlines() (madam.image.Gravity method)
startswith() (madam.image.Gravity method)
strip() (madam.core.Madam method)
(madam.core.MetadataProcessor method)
(madam.exif.ExifMetadataProcessor method)
(madam.ffmpeg.FFmpegMetadataProcessor method)
(madam.image.Gravity method)
(madam.iptc.IPTCMetadataProcessor method)
(madam.pdf.PDFMetadataProcessor method)
(madam.raw.RawMetadataProcessor method)
(madam.vector.SVGMetadataProcessor method)
(madam.xmp.XMPMetadataProcessor method)
SubtitleFormat (class in madam.ffmpeg)
supported_mime_types (madam.core.Processor property)
(madam.ffmpeg.FFmpegProcessor property)
(madam.image.PillowProcessor property)
(madam.pdf.PDFProcessor property)
(madam.raw.RawImageProcessor property)
(madam.vector.SVGProcessor property)
SVGContext (class in madam.vector)
SVGMetadataProcessor (class in madam.vector)
SVGProcessor (class in madam.vector)
swapcase() (madam.image.Gravity method)
T
thumbnail_sprite() (madam.ffmpeg.FFmpegProcessor method)
tint() (madam.image.PillowProcessor method)
title() (madam.image.Gravity method)
to_dash() (madam.ffmpeg.FFmpegProcessor method)
to_hls() (madam.ffmpeg.FFmpegProcessor method)
TransientOperatorError
translate() (madam.image.Gravity method)
transpose() (madam.image.PillowProcessor method)
trim() (madam.ffmpeg.FFmpegProcessor method)
U
UnsupportedFormatError
update() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
upper() (madam.image.Gravity method)
uri (madam.core.LazyAsset property)
V
values() (madam.core.AssetStorage method)
(madam.core.FileSystemAssetStorage method)
(madam.core.IndexedAssetStorage method)
(madam.core.InMemoryStorage method)
(madam.core.ShelveStorage method)
VERTICAL (madam.image.FlipOrientation attribute)
video_filter_string (madam.ffmpeg.FFmpegFilterGraph property)
VideoCodec (class in madam.ffmpeg)
vignette() (madam.image.PillowProcessor method)
W
when() (madam.core.Pipeline method)
with_traceback() (madam.core.OperatorError method)
(madam.core.PermanentOperatorError method)
(madam.core.TransientOperatorError method)
(madam.core.UnsupportedFormatError method)
write() (madam.core.Madam method)
X
XMPMetadataProcessor (class in madam.xmp)
Z
zfill() (madam.image.Gravity method)