● How to use : Click the green flag. Press space to change format ● Fullscreen is recommended. ● If you love this project, leave a love or fave. ● If you want more projects like this one, leave a follow. ● Thanks for viewing this project!
● This is a comparison of bitmap and vector using my logo. All code and pictures in this project were designed by @kittyhacker101 ● I spent 1 hour creating the bitmap image. ● I spent 8 hours creating the vector image. ● Vector is a resolution - independent format that will look good at any resolution. It stores shapes and lines instead of pixels and is good for images with curves and sideways lines. Vector is faster with simple shapes, but slower with complex shapes. ● Bitmap is resolution dependent format that may not look as good at high resolutions. It stores pixels instead of lines and shapes, and is great for pixel art. Bitmap is slower at simple shapes, but faster with complex shapes.