Tag Archives: web

Screenr – Online Screen Recorder

Screenr is an online screen recorder tool which can be used to record the desktop, upload and share it online. This tool is mostly useful for those who often have the hobby of creating video tutorials and upload them.
Screenr is a very simple tool, with very intuitive controls. No signup or download required and it works right from your browser and operates on any platform but requires java to be installed on the system. Screenr even reads the microphone of your computer.
Go to

orbs.com

Then click on the record desktop.
Set the size of the frame that requires to be recorded. And then click the red button to record.
And then when you’re done, press Alt + D or just click the stop button. Now you can share the screen cast by tweeting it or manually using the link.
The only disadvantage and the major drawback of Screenr is that it cannot record anything for more than 5 minutes.
Hope that was helpful. Stay tuned on Racing Infinity for more interesting stuff.

gPick – Advanced Color Picker

gPick is an advanced color picker tool written in C++ using GTK+ Toolkit.

Features:

  • Create palettes from images
  • Color scheme creation tools
  • Fast color picking
  • Magnification
  • Colors automatically names - Closest color name is found using CIE94 color difference function, which is closer to the way humans interpret color differences, than difference of red, green and blue color amounts
  • Export to following formats
    Inkscape/Gimp Palette (*.gpl)
    Adobe Swatch Exchange (*.ase)
    Alias/WaveFront Material (*.mtl)
  • Import from following formats:
    Inkscape/Gimp Palette (*.gpl)
    Adobe Swatch Exchange (*.ase)
  • Picked colors can be copied to clipboard in multiple formats
  • Hexadecimal notation – #rrggbb
  • Functional RGB notation – rgb(red, green, blue)
  • Functional HSL notation – hsl(hue, saturation, lightness)
  • Custom conversions can be done, but requires some Lua language knowledge
  • Oversampling with five falloff types
  • Multiple pixel values are averaged to help picking colors from sources with noise, patterns and etc, where each pixel is different and overall color is produced by different amounts of particular color
  • Mix two or more colors using variable number of steps and different mixing types
  • Create lightness and/or saturation variations
  • Create harmonious colors
  • Create color schemes

Download here : http://code.google.com/p/gpick/

Screenshot :

gPick