viliusle / miniPaint

online image editor
http://viliusle.github.io/miniPaint/
Other
2.74k stars 634 forks source link

Support for a new template #284

Closed saidinesh5 closed 2 years ago

saidinesh5 commented 2 years ago

Would you be interested in accepting a pull request for a template that:

1) Is of dimensions: 480x240 2) Saves and opens LOGO.ME files (which are basically just RGB24 image)?

This file is used as startup logo for a certain product, and currently they just distribute an ffmpeg command to convert bmp to rgb24. I patched my fork of mini paint to support it instead. This way, that i don't have to drop down to CLI every time i want to change the logo.

This is a very niche usecase, but since RGB24 is a useful format for other cases like this, I thought to share the changes back and see if you'd be interested.

viliusle commented 2 years ago

I do not want to do this because as you said "This is a very niche usecase" for both cases.

This way, that i don't have to drop down to CLI every time i want to change the logo.

Create a rebuild.bat file with instructions to go to directory and rebuild miniPaint. Once you do it, next time you should be able to run it without CLI, but only clicking on that file.

saidinesh5 commented 2 years ago

Oh no worries. I already have the site with my changes running on my GitHub pages.

Just wanted to see if any of the rgb24 related changes would be useful for you.

Regards, D