W
Winston
Guest
Lab1 wrote:
http://en.wikipedia.org/wiki/Raster_to_vector
Generally results in a > 10 x file *expansion* compared to jpg.
--Winston
Termed 'raster to vector conversion'.On 6/25/2011 11:15 AM, Bret Cahill wrote:
If you wanted to make an image you could simply omit or average every
other pixel.
Is there a short list on the most popular techniques for making do
with less data?
Here's an idea...
First figure out how many different colors the image has.
Store just one pixel of each color in the file (huge savings right there!)
Then map the position of each color in x, y coordinates.
When loaded the mostly text file simply copies a color pixel and puts it
in all the locations specified in the coordinates.
http://en.wikipedia.org/wiki/Raster_to_vector
Generally results in a > 10 x file *expansion* compared to jpg.
--Winston