Please help me out to convert AI to file to PNG with original image quality, I checked many blog in that few can convert transparent background but it also down image quality.
So please help me…

Code: Select all
convert -version
Code: Select all
convert -colorspace sRGB TEST_AI.ai TEST_AI.png
Code: Select all
convert -colorspace sRGB "TEST AI.ai" "TEST AI.png"