Projects tagged ‘scale’


[26 total ]

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

MooWrangler constrains a DOM element to a new size using the MooTools JavaScript framework. It will scale the image to best fit the constraints, and crop or pad as directed.
Created 11 months ago.

0 Users

nothing to describe
Created 6 months ago.

0 Users

Improviser is an algorithmic composition tool, or a set of music libraries. What Improviser will be This project aims to provide some useful music objects like jmusic, but written in C. Along ... [More] with music objects it also aims to provide an application to automatically generate a song in various styles, which will include automatic chord progression, improvisation, accompaniment generation. It also aims to be highly configurable to freely edit everything including chord/scale definitions, musical phrases patterns, song styles, artist types and styles, etc. I also want to include some musical phrases analysis functions. What Improviser will NOT be An easy-to-use tool. Improviser is intended for a person who is familiar with music concepts AND command-line tools plus editing configuration files. I still have a plan to write some simple and useful apps (eg.chord-scale reference for mobile phones, phrase analyzer, etc) but it's still too far away. Status Some very basic music objects are already there, but I don't think they are ready to use. It's under development but I would not say active. This is my freetime projects. [Less]
Created 12 months ago.

0 Users

How to InstallYou don't have to install but if you want : $ chmod +x musicscale.py $ sudo mv musicsale.py $ /usr/bin/musicscale How to UseUsage : musicscale [note] [scale] currently musicscale ... [More] supports that scales : maj major min minor min-aarmonic minor min-mmelodic minor Usage example : horselogy@pardus-nx8220 trunk $ python musicscale.py a min The a min Scale is: a, b, c, d, e, f, g On Guitar Keyboard : -------------------- 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 E| O - O - O - O O - O - O O - O - O - O O - O - B| O - O - O O - O - O - O O - O - O O - O - O - G| - O - O O - O - O O - O - O - O O - O - O O - D| - O O - O - O - O O - O - O O - O - O - O O - A| - O O - O - O O - O - O - O O - O - O O - O - E| O - O - O - O O - O - O O - O - O - O O - O - [Less]
Created 11 months ago.

0 Users

What?PycPrintCheck (ppc) is a python script that accepts a photo filename or directory and tells you if your photo(s) can be printed out in a certain format (e.g. 9x13, A4,...) the largest possible ... [More] printout format for your photo(s) all possible printout formats for your photo(s) For making its decisions, ppc compares the absolute resolutions (megapixels) of your photo file(s) and the selected format. If a photo file has enough pixels, its width/height ratio is compared to the one of the format. Only if the photo matches both criteria, it is considered to be printable on the format. Why?I needed a quick way to check the printability of my huge photo collection. I often crop my photos, so the resolution/printability changes. Opening the files one by one in an editor or doing dpi calculations manually was not an option for me. So ppc came into existence. Features"printablity"-check of a photo file or directory with multiple files supports JPG, TIFF, BMP, PSD and PNG files printable on given format/largest possible format/all printout formats restrict printability check to landscape/portrait format resolution and ratio tolerance (see explanation below) supports EXIF orientation tag to determine whether a photo was taken in landscape/portrait mode .ini file with editable format definitions custom dpi setting and units for each format Usage#display all predefined formats ppc list # lists all photos that are printable on A4 ppc --match A4 c:\myfotos # lists all photos that are printable on A3 landscape (not portrait) ppc --match A3+L c:\myfotos # the same with 20% pixel tolerance and 5 % ratio tolerance ppc --match A3+L --pt 20 --rt 5 c:\myfotos # lists all photos that are printable on 9x13 portrait ppc --match 9x13+P c:\myfotos # list the largest possible format for P998342.JPG ppc --match lf P998342.JPG # list all possible formats for P998342.JPG ppc --match af P998342.JPGFurther InformationPixel Tolerance You can specify a pixel tolerance (percent). With a pixel tolerance of 20%, ppc considers a 3.6 megapixel photo to be printable on A4 (which normally requires 4.4 megapixel at 150 DPI). The idea behind it: modern scaling algorithms (Bicubic) allow you to enlarge an image up to 20% without visible quality loss. By specifying an according pixel tolerance, ppc takes this possibility into account. Ratio tolerance Even if you perform just minor cropping to an image, its width/height ratio changes (except if the cropping was proportional). Similar to the resolution tolerance, you can specify a tolerance range for the ratio. E.g.: the ratio of the 10x15 printout is 2/3 (0.6667). Given a ratio tolerance of 5%, ppc considers photos with width/heigt ratios from 0.6333 to 0.7 printable on 10x15. RequirementsWindows/Linux System with Python 2.4 or higher, Python Imaging Libary installed. Know Issues/Caveatsppc determines the printability of your pictures solely on dimension calculations, without regarding the image quality. ppc will not recognize that your photo is blurred, over/underexposed etc and therefore deny printing. Not every photo camera has an orientation sensor. Especially older cameras lack this feature and simply set the EXIF orientation tag to "Landscape", no matter how the picture was taken. If ppc fails to detect your portrait shots, don't blame it! You can check our camera's manual or the dpreview.com database to verify your camera model. [Less]
Created 12 months ago.

0 Users

plugin helps to rotate, scale, move images using canvas. To keep code consistent and easier to support/understand for IE used excanvas.js (http://code.google.com/p/explorercanvas/)
Created 3 months ago.

0 Users

What is Lcalc ?Lcalc is an helpful multiplateform calculation program for AFOLs and modelists. What can you do with it ?For now, it can calculate the scale of a reduced model (in LEGO bricks or not) ... [More] in relation with the real object, and convert some unites (studs lenght, plates height, centimeters, inches and LDraw Units.) How to use it ?You can use the command-line (since the 5th version) and the graphical interface. The command-line is recommanded for linux users (because it's faster) and the GUI for windows users. But both can be used for each. [Less]
Created about 1 month ago.

0 Users

This is an ongoing project to create a high-fidelity replay tool for backbone traces, that are replayed in congestion responsive manner. The approach is similar to that taken by Swing tool (UCSD) but ... [More] all messages are replayed as is (not modelled), all IPs are preserved as is, and so are dst ports. The code is very much in flux now, still not quite working :) [Less]
Created 23 days ago.

0 Users

The objective is provide some support for learning the basics of music theory. Concepts like notes, scales, chords and progressions will be clarified, allowing users to create and hear your own chords and progressions.
Created 11 months ago.