Flags¶
Details¶
- class AppStreamCompose.ComposeFlags(value)¶
Bases:
GObject.GFlags
- NONE = 0¶
- USE_THREADS = 1¶
- PROPAGATE_ARTIFACTS = 1024¶
- IGNORE_ICONS = 128¶
- ALLOW_SCREENCASTS = 16¶
- ALLOW_NET = 2¶
- NO_FINAL_CHECK = 2048¶
- PROCESS_UNPAIRED_DESKTOP = 256¶
- PROCESS_FONTS = 32¶
- VALIDATE = 4¶
- NO_PARTIAL_URLS = 4096¶
- PROPAGATE_CUSTOM = 512¶
- PROCESS_TRANSLATIONS = 64¶
- STORE_SCREENSHOTS = 8¶
- class AppStreamCompose.ImageLoadFlags(value)¶
Bases:
GObject.GFlags
The flags used for loading images.
- NONE = 0¶
No special flags set
- SHARPEN = 1¶
Sharpen the resulting image
- ALLOW_UNSUPPORTED = 2¶
Allow loading of unsupported image types.
- ALWAYS_RESIZE = 4¶
Always resize the source image to the perfect size
- class AppStreamCompose.ImageSaveFlags(value)¶
Bases:
GObject.GFlags
The flags used for saving images.
- NONE = 0¶
No special flags set
- OPTIMIZE = 1¶
Optimize generated PNG for size
- PAD_16_9 = 2¶
Pad with alpha to 16:9 aspect
- SHARPEN = 4¶
Sharpen the image to clarify detail
- BLUR = 8¶
Blur the image to clear detail