raiseMastodon::DimensionsValidationError,"#{width}x#{height} images are not supported"ifwidth.present?&&height.present?&&(width*height>=MAX_MATRIX_LIMIT)
raiseMastodon::DimensionsValidationError,"#{width}x#{height} images are not supported, must be below #{MAX_MATRIX_LIMIT} sqpx"ifwidth.present?&&height.present?&&(width*height>=MAX_MATRIX_LIMIT)