> Le 3 févr. 2020 à 16:11, Christian Schmitz <supp...@monkeybreadsoftware.de> a > écrit: > > Your choice, but 1024 pixel is the maximum resolution currently for file > icons on MacOS. > > It's 512 point at 2x resolution. > Eventually Apple could go to 3x or 4x and get even more pixels.
My goal is to archive files, including their icons, so I'd like to grab all icon sizes. In Xojo, we put 1024, 512, 128, 64 (and so on) icons so I've made the assumption that these are the supported sizes on Mac OS. What I think doesn't fit is the relation between fixed-defined icon sizes (set) and any icon sizes (get). The former apparently has a set of valid sizes while the latter can be any number. It's even possible (and maybe the reason it's slow and wrongly returns hundred of megabytes of data per picture) that the given files didn't have a 1024 icon set and I'm retrieving them, not having a way to know if they exist in the first place. It's hard to believe there's nothing to know whether a given icon size exists from when it has been pasted/generated. I'm (we are) missing something, right? _______________________________________________ mbsplugins@monkeybreadsoftware.info mailing list %(list_address)s https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info