-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image standards #59
Comments
Looking at other plugin websites, they have the same issue: The issue is that every plugin has different ratio of width vs height. Some are square, some horizontal some vertical. With StudioRack I made the same decision to allow any ratio, as cropping parts off images doesn't make sense and looks strange. I get around this by resizing thumbnail images on the list to the same width, which shows a sneak peak of each plugin: Then on the plugin detail page, images are shown full size and centered:
This way there is more consistency on the list page, and the detail page shows the full plugin UI no matter the dimensions and ratio. If we add custom thumbnails for the list page, it requires resizing and cropping another image for every plugin added. I prefer to keep the plugin spec simpler, and lower effort to add plugins for now. Rather than adding more work. By the way, when StudioRack list page loads, it only loads the images in view. So even if they are high resolution, they don't all get loaded at once. They are lazy-loaded as you scroll. So in summary, I don't agree with:
But I do agree there should be some standards around images. I have already updated the Registry specification to say:
So I think this request is already covered in the specification document. And the Registry plugin validation recommends to use jpg if another format is used. Later it could be extended to check image minimum size. |
it could and should be done by the plugin uploader. this is just telling devs to give us a standardised image. this isnt labor we should have to do for them. yes, that slightly raises the bar of difficulty in uploading but i find it worth it. i understand you want to keep the barrier of entry as low as possible but it looks like a mess lol. another strategy is to do what i did for this plugin and instead make an image out of text rather than the gui itself, it's less informative however. there is a logo included though
is .jxl allowed? |
looking at the images, theyre all at different ratios, resolutions, etc.
having a standard would enable things like this
studiorack/studiorack-site#20
we can have unstandarised images when you click into the plugin but not for its cover image like below
related #45
The text was updated successfully, but these errors were encountered: