Bug 515125 - Imgur plugin: internally convert image to supported format if it's not on the whitelist
Summary: Imgur plugin: internally convert image to supported format if it's not on the...
Status: REPORTED
Alias: None
Product: frameworks-purpose
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 6.22.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2026-01-26 19:54 UTC by Nate Graham
Modified: 2026-01-26 19:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2026-01-26 19:54:53 UTC
1. Right-click on a .webp image > share

There's no "Upload to Imgur" item!

This is because Imgur doesn't support webp images for some reason, and the plugin usefully disables itself when given anything not on the whitelist: https://invent.kde.org/frameworks/purpose/-/blob/master/src/plugins/imgur/imgurplugin.json?ref_type=heads#L169

However this still leaves it unclear as to why the plugin wasn't available if you're not a Purpose developer.

It would be ideal if other image formats could be internally converted to PNG or something, and then uploaded. That way we wouldn't need a whitelist of image formats at least (videos would be a whole 'nother kettle of fish).