Relative Content

Tag Archive for image

How does Yahoo’s Smush.It work and why doesn’t everyone use it?

I’ve recently come across an application by Yahoo called SmushIt. Apparently it does lossless compression on images. Sometimes the image size is reduced by as much as 90%. This of course has major implications when working on the web since it greatly improves performance on pages that have a lot of images. Now I’m sure there are other applications like this one out there but I’ve never heard of anyone actually doing lossless image compression in web development.

S3 image urls in database

I have an application where users will be able to upload multiple images for one Product (via something like Ryan Bates nested fields, so you’d click “Add Image”, and a file upload would appear on the same page). I’m planning on using jQuery File Upload, and Amazon S3, and nested fields.

S3 image urls in database

I have an application where users will be able to upload multiple images for one Product (via something like Ryan Bates nested fields, so you’d click “Add Image”, and a file upload would appear on the same page). I’m planning on using jQuery File Upload, and Amazon S3, and nested fields.

Image segmentation – show or hide clusters

I’m trying to make a small program in c#, that will downsample image to specified amount of colors (using K-means). Then, user will be able to hideshow colored areas(clusters) in image. I’ve implemented image clustering algorithm and I also have info about main colors, but how to implement show/hide color function? Example below

Image segmentation – show or hide clusters

I’m trying to make a small program in c#, that will downsample image to specified amount of colors (using K-means). Then, user will be able to hideshow colored areas(clusters) in image. I’ve implemented image clustering algorithm and I also have info about main colors, but how to implement show/hide color function? Example below