Project

General

Profile

Does AdiIRC support webp format for inline image?

Added by code code 2 months ago

Hello,

I noticed on Inline image option, there is no webp on the regex settings.

If I add webp on the regex, can AdiIRC support the file format?

Thanks


Replies (2)

RE: Does AdiIRC support webp format for inline image? - Added by Per Amundsen 2 months ago

Unfortunately .NET does not support webp.

If you know some scripting, you could use /download or $urlget to download the image, then use $exec or /run to call a program that can convert the image to jpeg or png, then use /inlineimage to insert it into the message buffer/text area.

    (1-2/2)