Reputation: 11
I want to upload an image to google play store and I resized the picture like you do other picture with this step: Tools => Adjust size => and Image Dimensions meeting the requirement of google play store. However, I got this error message:
You need to resize your high-res icon. The required dimensions are 512 x 512
and for the feature graphic:
You need to resize your feature graphic. The required dimensions are 1024 w x 500 h.
Any help would be appreciated.
Upvotes: 0
Views: 3423
Reputation: 13836
It really looks like you haven't resized your icons properly. But without more details of your images and what OS you are on, it is hard to help more.
If you are on Linux then this superuser question tells you how to display the sizes:
file foo.png
identify -format "%wx%h" photo.jpg
where identity comes from the ImageMagick programIf you are on windows there are detailed instructions here. Essentially highlight the file in explorer
Whichever of the above you do, please either take a screenshot of the result (for Windows) or the text output (for linux) and edit your question to include it, then people can check you have resized properly.
Upvotes: 1