Prompts the user to set various options for GIF image processing. It allows the user to configure settings, like:
A promise that resolves to an object containing the selected GIF options.
const gifOptions = await SetGifOptionsPrompt();console.log(gifOptions);// will returns: { reuse: true, progressive: true, colors: 256, effort: 4, dither: 0, interFrameMaxError: 0, interPaletteMaxError: 0, loop: 0, delay: 0 } Copy
const gifOptions = await SetGifOptionsPrompt();console.log(gifOptions);// will returns: { reuse: true, progressive: true, colors: 256, effort: 4, dither: 0, interFrameMaxError: 0, interPaletteMaxError: 0, loop: 0, delay: 0 }
Prompts the user to set various options for GIF image processing. It allows the user to configure settings, like: