Converting From Vector To Bitmap Changes Pixel Width.

Hi Guys,  I'm designing my web site and converting my vector graphics to Bitmap for exporting to .png images.  But when I convert, the vector image will changes from say, 31px to 33 px wide. This is throwing out the alignment of my images when aligning them together.  So the question becomes: 1) do I not worry about it, 2) compensate the vector size by reducing the pixel width for when it converts or 3) slightly adjust my page size after everything (all images) is butted with each other?  Just wondering what others are doing with this or am I the only one experiencing this issue.  My guess is the bitmap conversion, due to anti aliasing, is adding two extra pixels to the vector image.  My guess now would be to make the conversions first and later adjust the final page size allowing for the extra added pixels with each bitmap.  What do others think?  Cheers.     

     

Parents Reply Children
No Data