Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Component to resize album art (Read 7966 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Component to resize album art

Reply #50
You can try this BETA. Not sure it will do much....

https://github.com/marc2k3/fb2k-component/releases/tag/2022-03-07

Notes:
When resizing, JPG or PNG must be chosen. Keeping as tiff, bmp, gif is no longer supported.
Requirement for fb2k v1.6 has been dropped, it can run on v1.5.x
Now uses WIC (windows imaging component) instead of ye olde Gdiplus.


Re: Component to resize album art

Reply #51
The compression effect is exactly the same as the tools built into powertoys, and the effect is great! Thank you for your efforts, thanks!


Re: Component to resize album art

Reply #53
0.1.1 fixes a minor regression where image decoding failures were not reported.

https://github.com/marc2k3/fb2k-component/releases/latest

Also, because the requirement for fb2k v1.6 was dropped, WebP is no longer supported natively. Windows 10/11 users should have WebP codecs installed via the store by default. Windows 7/8/8.1 users can install...

https://storage.googleapis.com/downloads.webmproject.org/releases/webp/WebpCodecSetup.exe

This makes it equal to Columns UI which has the same requirements. It also uses WIC for all image loading.

The readme summarises everything: https://github.com/marc2k3/fb2k-component#foo_cover_resizer

Re: Component to resize album art

Reply #54
v0.2.0 has been released...

https://github.com/marc2k3/fb2k-component/releases

This version has WEBP writing support.

I've also updated the menu items so it's clearer what they do. Converting without resizing is no longer restricted to front/jpg. You can choose artist/back/disc/etc
Browsing for a file, converting and attaching without resizing is also a new addition.

Re: Component to resize album art

Reply #55
0.2.1 fixes a bug when converting types other than front still converted the front image.

In the previous release, I updated the menu items/dialog but forgot to update the bit of code that does the actual work. :/

https://github.com/marc2k3/fb2k-component/releases

There was no problem with the resizing code. That should have worked normally.





Re: Component to resize album art

Reply #56
0.2.2 has been updated to play nicely with my foo_cover_info component.

https://github.com/marc2k3/fb2k-component/releases

Quote
- If `foo_cover_info` is installed, updates are triggered automatically
when art is added, resized or converted by this component. `foo_cover_info`
itself remains dumb as a rock and has no clue when you add/remove art
via the standard `Properties` dialog or native `fooobar2000` context commands.