Skip to content
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

Support PPM files #339

Open
1 of 2 tasks
vans163 opened this issue Nov 18, 2024 · 0 comments
Open
1 of 2 tasks

Support PPM files #339

vans163 opened this issue Nov 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vans163
Copy link

vans163 commented Nov 18, 2024

Search before asking

  • I have searched the Roboflow Notebooks issues and found no similar bug report.

Description

PPM files are simply RGB pixels in an array. Its super simple to not only parse, but also create, slice and do other things with. JPG, bitmaps and etc other formats have complex headers and sometimes even lookup tables. Making things like slicing very complex unless you use a library.

I was surprized the tool does not support PPM so hoping this super simple format may be supported.

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@vans163 vans163 added the enhancement New feature or request label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant