Dev products image uploader not uploading in correct resolution

When using the image uploaded on a dev product’s edit page, the resulting asset is consistently uploaded at 300x200, regardless of the image’s actual dimensions.

This bug makes dev products inconvenient to work with, as I have to upload the images for my products as decals separately, and cannot use GetProductInfo() to retrieve all the data I need for my products at once.

To reproduce:

  • Navigate to a place’s Developer Products section.
  • Create a new dev product.
  • Select an image using its image uploader:
    Screenshot_5

I’ve then been using MarketplaceService:GetProductInfo() on the product ID for the created dev product to get its IconImageAssetId. This can then be viewed in the browser at http://roblox.com/asset/?id=IconImageAssetId to see that its dimensions have been changed.

1 Like