-
I'm looking at creating custom generators (PR incoming!), and looking for a way to provide some customisation of the image generation process. For example, how would I provide an extra parameter to specify that images should be generated in black & white, or that video files should make a composite thumbnail made from multiple frames? The only way I can see so far is to provide global settings via Note that I'm not asking how to implement those things (that's my problem!), just how to pass in the parameters to control them. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Related question, I'm thinking about having alternative implementations of thumbnail generators – is it reasonable to have more than one generator for a given file type? If so, how does ML choose between them? Via a developer-chosen ordering? |
Beta Was this translation helpful? Give feedback.
-
This was addressed in #2156 |
Beta Was this translation helpful? Give feedback.
This was addressed in #2156