by Guest » Wed Sep 06, 2006 11:15 pm
> Do people want the size to be based on the minimum, maximum, average or other (please specify) image size?
Well, the problem I want to solve, and looks like others, too, is to find the cover art that's small and blurry so I can replace them with better images.
The question you're asking, I think, is what to do when songs have multiple images?
If the script just handled "front cover" images, that would probably help most of us. Maybe it could be a parameter in the script to pick which image type.
After that, maybe min, max, and average could also be selectable (by comment/uncomment) in the script. If I had to choose, I would prefer min because it would allow me to remove small images, even if there are multiple images.
BTW, how are you calculating image size? I don't think we want just physical byte size because then an image with large dimensions, but heavy compression, could appear small. I suggest image dimensions, or, to boil it down to a single number for sorting, number of pixels (height*width).
Thanks for you efforts!
--Gar
> Do people want the size to be based on the minimum, maximum, average or other (please specify) image size?
Well, the problem I want to solve, and looks like others, too, is to find the cover art that's small and blurry so I can replace them with better images.
The question you're asking, I think, is what to do when songs have multiple images?
If the script just handled "front cover" images, that would probably help most of us. Maybe it could be a parameter in the script to pick which image type.
After that, maybe min, max, and average could also be selectable (by comment/uncomment) in the script. If I had to choose, I would prefer min because it would allow me to remove small images, even if there are multiple images.
BTW, how are you calculating image size? I don't think we want just physical byte size because then an image with large dimensions, but heavy compression, could appear small. I suggest image dimensions, or, to boil it down to a single number for sorting, number of pixels (height*width).
Thanks for you efforts!
--Gar