Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
9b409fca
Commit
9b409fca
authored
Dec 15, 2021
by
Farid Abdelnour
🎥
Committed by
Julius Künzel
Dec 16, 2021
Browse files
Add JP2 image format.
parent
67db1c96
Pipeline
#110746
passed with stage
in 10 minutes and 45 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/dialogs/clipcreationdialog.cpp
View file @
9b409fca
...
...
@@ -67,7 +67,7 @@ QStringList ClipCreationDialog::getExtensions()
mimeTypes
<<
QStringLiteral
(
"image/gif"
)
<<
QStringLiteral
(
"image/jpeg"
)
<<
QStringLiteral
(
"image/png"
)
<<
QStringLiteral
(
"image/x-tga"
)
<<
QStringLiteral
(
"image/x-bmp"
)
<<
QStringLiteral
(
"image/svg+xml"
)
<<
QStringLiteral
(
"image/tiff"
)
<<
QStringLiteral
(
"image/x-xcf"
)
<<
QStringLiteral
(
"image/x-xcf-gimp"
)
<<
QStringLiteral
(
"image/x-vnd.adobe.photoshop"
)
<<
QStringLiteral
(
"image/x-pcx"
)
<<
QStringLiteral
(
"image/x-exr"
)
<<
QStringLiteral
(
"image/x-portable-pixmap"
)
<<
QStringLiteral
(
"application/x-krita"
)
<<
QStringLiteral
(
"image/webp"
);
<<
QStringLiteral
(
"image/x-exr"
)
<<
QStringLiteral
(
"image/x-portable-pixmap"
)
<<
QStringLiteral
(
"application/x-krita"
)
<<
QStringLiteral
(
"image/webp"
)
<<
QStringLiteral
(
"image/jp2"
)
;
QMimeDatabase
db
;
QStringList
allExtensions
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment