In this lecture we will look at exporting as a bitmap. The two most used bitmap formats are png and jpeg. However, it is not recommended to use jpeg. Jpeg doesn't support transparency, so transparent areas will be filled in with a color. Also, jpeg uses a lossy compression algorithm, sacrificing image quality. We will also see that DPI is unrelated to pixel dimensions.