Projects tagged ‘scale’


[26 total ]

1 Users

Plugin for inkscape, which generates sliced bitmaps directly from your vector drawings. Highly integrated -- uses standard rectangles on a special layer to mark areas which should be sliced. SVG attributes provide file naming, etc.
Created about 1 year ago.

1 Users

Created 5 months ago.

0 Users

This extension renders three types of markers to ensemble a usual scale for measurement. The output in Inkscape is grouped by marker type and label. I am unexperienced in UI so it might be non intuitive.
Created about 1 month ago.

0 Users

A mostly vapor ware project that has an estimated release date of Q2 2039. It has many interesting technologies, that are present because they are interesting not because it makes the game better.
Created about 1 year ago.

0 Users

to trace hadoop's internal logic flow
Created 4 months ago.

0 Users

Assign people, places, things and dates to images and recall images with the selected items.
Created 3 months ago.

0 Users

Scale Invariant Blob detectionGoalThe aim of this project is to develop a scale-invariant blob detector, meaning an algorithm detecting blobs independently of their sizes. Full paperAvailable here! Screenshots
Created 7 months ago.

0 Users

This jQuery plugin makes it easy to have images resize horizontally and vertically to fit the available container width. It is useful for flexible or fluid web page layouts or when the you don’t ... [More] have control over the dimensions of the images being loaded. How to useIn your HTMLLink the plugin into your page along with jQuery: In your JavaScriptWhere '#content' is a jQuery selector for the container (or containers) inside which you want images to resize: $(function(){ $('#content').imagefit(); });If the images do not have widths and heights explicitly set it is important to ensure they are loaded before the plugin is applied: $(window).load(function(){ $('#content').imagefit(); });Only images whose native size is wider than their container will be resized. Resizing the browser window will cause the images to scale dynamically. Works beautifully in webkit. Needs some work before it is Internet Explorer friendly. More infoDemo http://www.ollicle.com/eg/jquery/imagefit/ Original http://www.ollicle.com/2007/aug/17/nnwstyle_jquery_template.html Used in http://wordpress.org/extend/plugins/wp-imagefit/ [Less]
Created about 1 year ago.

0 Users

scalingscaling is an extremely lightweight (2.4k) jQuery plugin which scales images and dom elements to the dimensions of other images/elements on the page, or to any ratio or size. ... [More] FeaturesSupports a number of scaling types: Scale Up Scale Down Scale up to a Minimum Scale down to a Maximum Smart scaling (auto-detects direction) Raw scaling (scales by an exact ratio) Open Source so you can help to improve it/change it for your own needs Scaling Examples jQuery(function(){ // Scale all images down to 10% jQuery('img').scale({mode: SCALE_DOWN, target: '10%'}); // Scale element to no larger than 800x600 jQuery('#element').scale({mode: SCALE_MAX, target: [800,600]}); // Scale all matching elements to the current ratio of the provided element jQuery('.someclass').scale({mode: SCALE_SMART, target: $('#someelement')}); }); [Less]
Created 6 months ago.

0 Users

Sistema para resolver o problema de alocação de voluntários
Created about 1 month ago.