I uploaded an image in png format, but when I call it in the view it shows with black background instead of transparency
I opened the Imagecache directory and the image generated has black background
Does anyone know how to solve this problem?
[ImageProperty("Top image", Width = 848, Height = 180)] public virtual ImageProperty TopImage { get; set; }I've tried both ways, and both gave me the same result
[ImageProperty("Imagem Topo")]
public virtual ImageProperty ImagemTopo { get; set; }
and
[ImageProperty("Imagem Topo", Width = 597, Height = 838)]
public virtual ImageProperty ImagemTopo { get; set; }
I've tried again, without the crop, png is perfect, I think its something in the cached image
For me, it will work, but maybe it would be good to take a look at it
Thanks again Fredrik