IIIT-ECell / website

Repo for the ECell website. Currently written in Jekyll
https://ecell.iiit.ac.in/
MIT License
3 stars 6 forks source link

MIgrate the raster (.png) files to vector (.svg) files #5

Open GaurangTandon opened 6 years ago

GaurangTandon commented 6 years ago

In short, vector images are made up of a set of equations (instead of pixels) so they support (ideally) infinite zoom without blurring out. While other image formats (raster) blur out on scaling.

We have several images in .png, starting from the Ecell logo itself.

zubairabid commented 6 years ago

Seems fine, lets approach this after the other fixes.

abhigyanghosh30 commented 6 years ago

@GaurangTandon how will you convert it? Note: png images when ported to svg still remain as bitmaps if they were originally bitmaps

GaurangTandon commented 6 years ago

how will you convert it?

I was planning to use an online png2svg converter ._.