-
Notifications
You must be signed in to change notification settings - Fork 77
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
Feature request: output to jpg file format #109
Comments
Hi, allowing an output type jpeg sounds like a good idea, I'll keep that on the list! I'm not sure about including the file extension in the path, however. It sounds like an easy way the library took to detect the file type - so it's more an active decision on their side which we shouldn't fix on our side. If I'm not mistaken, it should be possible for you to work with Maybe this also already solves your specific case? |
Hi Sibbl. |
+1 |
I adapted the code so its exporting to JPG. Does what it needs to do, although this is not the most pretty solution. See my fork |
@LaTrappe thanks for that reference! Do you think you'd find the time to make the file extension configurable? I think a lot of people would be interested in such a pull request 👍 I currently unfortunately don't find the time myself, but would be happy to review it and support you. |
Yeah, @LaTrappe, it'd be lovely if you could submit your patch making the file format switchable via a config option (environment variable) ❤️ |
@LaTrappe thanks for that reference! Do you think you'd find the time to make the file extension configurable? I think a lot of people would be interested in such a pull request 👍 I currently unfortunately don't find the time myself, but would be happy to review it and support you. Im afraid not, I`m not a software developer. Just a script kiddy. See this as a proof of concept. |
MR available for discussion. |
Hi there! This is a great add on, thanks for build and maintenance. I’m trying to use an inkplate in lieu of a kindle, which only accepts jpg file format. Any chance you could build option to change image output to jpg? Also, is there a way to specify a full URL for the image rather than a port? (Inkplate programming via Ardunio IDE seems to only want an address ending in .jpg rather than an open port). Thanks heaps!
The text was updated successfully, but these errors were encountered: