Skip to content

krita/open raster thumbs #985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mashed5894
Copy link
Contributor

Summary

Implemented krita (.kra/.krz) and open raster (.ora) thumbnails per #977 and #979.

Tasks Completed

  • Platforms Tested:
    • Windows x86
    • Windows ARM
    • macOS x86
    • macOS ARM
    • Linux x86
    • Linux ARM
  • Tested For:
    • Basic functionality
    • PyInstaller executable

@CyanVoxel CyanVoxel added Type: Enhancement New feature or request Type: UI/UX User interface and/or user experience labels Jul 9, 2025
@CyanVoxel CyanVoxel moved this to 👀 In review in TagStudio Development Jul 9, 2025
Copy link
Member

@CyanVoxel CyanVoxel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your work on this! From the example files given in #977 I believe everything is working as intended here

@CyanVoxel CyanVoxel added the Status: Mergeable The code is ready to be merged label Jul 9, 2025
@CyanVoxel CyanVoxel moved this from 👀 In review to 🍃 Pending Merge in TagStudio Development Jul 9, 2025
@Pheubel
Copy link
Contributor

Pheubel commented Jul 11, 2025

I tried this PR on Windows, The krita files seem to work as expected, but i don't see a thumbnail for the open raster file that i exported with krita.

image

i wonder if the export is different in a way, i am personally not familiar with the format.

@mashed5894
Copy link
Contributor Author

mashed5894 commented Jul 12, 2025

i wonder if the export is different in a way, i am personally not familiar with the format.

It follows the OpenDocument standard according to the documentation (https://www.openraster.org/baseline/file-layout-spec.html), so I simply added the extension to the list. You should be able to unzip your .ora file like any normal zip file and take a look at what the issue could be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Mergeable The code is ready to be merged Type: Enhancement New feature or request Type: UI/UX User interface and/or user experience
Projects
Status: 🍃 Pending Merge
Development

Successfully merging this pull request may close these issues.

3 participants