Sorry, I’m a moron, it works, I’ve been using it wrong all along. It rasterizes vector, I was also expecting it to rasterize an image after I decrease it’s dimensions. Because some images are huge, and clients have to wait for a while for images to download when they preview screens. So what I was doing, I was decreasing the size of the big image, rasterizing it, and using the rasterized version, hoping that it was actually smaller in MB size, so that it would load quicker on my client’s end. It seems that the rasterize selection never did that :)))