mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
FileManager: Add "Image" tab to File Properties window
We don't yet expose most image metadata yet, so most of this is ICC profile data since we do have a way to access that.
This commit is contained in:
parent
835dada3d3
commit
50b6ed2aa3
4 changed files with 238 additions and 0 deletions
|
@ -31,6 +31,7 @@ private:
|
|||
ErrorOr<void> create_general_tab(GUI::TabWidget&, bool disable_rename);
|
||||
ErrorOr<void> create_file_type_specific_tabs(GUI::TabWidget&);
|
||||
ErrorOr<void> create_audio_tab(GUI::TabWidget&, NonnullRefPtr<Core::MappedFile>);
|
||||
ErrorOr<void> create_image_tab(GUI::TabWidget&, NonnullRefPtr<Core::MappedFile>, StringView mime_type);
|
||||
|
||||
struct PermissionMasks {
|
||||
mode_t read;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue