knobs-dials / pymoodbar

python reimplementation of moodbar
MIT License
3 stars 0 forks source link

Convert moodbar to image #1

Open pit00 opened 2 months ago

pit00 commented 2 months ago

It is possible to convert a pre generated moodbar file (eg: .mood from Clementine/Strawberry player) to an image file (like a .png)?

knobs-dials commented 2 months ago

That wouldn't be hard to do in itself, though I should first investigate whether it would generate it roughly the same way as the original.

knobs-dials commented 2 months ago

There's a quick-and-dirty mood2png now, but as noted, right now it's not using the same color weighing as the original. I may look into that later. Or sooner, if you would like me to :)

pit00 commented 2 months ago

Amazing! The colors are not the same, but the distribution is very similar now, nice work. I hope you complete this project some day.