Stefano Tommesani

  • Increase font size
  • Default font size
  • Decrease font size
Software

CategoriesFiles

DocumentsDate added

Order by : Name | Date | Hits [ Ascendant ]

AltaPixShare allows you to resize and share the photos from a single interface, making sharing photos on IM services, photo sharing websites, email, and other similar file transfer mediums a breeze.

New version includes the AltaLux filter, an image processing technology that can significantly enhance the quality of images with poor lighting conditions.

Friend Watchdog monitors the state of your friends on Facebook and Skype, stores the status changes on remote servers, and lets you check when your friends have been online in the past week.

Friend Watchdog monitors the state of your friends on Facebook and Skype, stores the status changes on remote servers, and lets you check when your friends have been online in the past week.

file icon AltaCdCoverhot!Tooltip 02/17/2012

Quickly convert a digipak CD cover into a traditional jewel-box CD back cover!

Place this file in the AddOn directory in the XnView folder (usually c:\programs (x86)\xnview\ )

Now you can enjoy AltaLux technology inside an advanced image viewer and editor, so trying how AltaLux can effectively enhance your photos is just a click away while you keep using your favourite image viewer.

file icon AltaSonitahot!Tooltip 03/30/2011
file icon AltaLux Demohot!Tooltip 01/05/2011

AltaLux is an image processing technology that can significantly enhance the quality of images and videos with poor lighting conditions.

AltaLux/Demo is a Windows sample application that lets you enhance the quality of JPEG images for free. For even better usability, I strongly recommend using AltaPixShare as it has a vastly better interface.

For IrfanView and XnView users, you can download the AltaLux plugins for IrfanView and XnView.

View Stefano Tommesani's profile on LinkedIn

Latest Articles

Comparing SSE2 and GPGPU C++ AMP 20 May 2013, 15.41 GPGPU
Comparing SSE2 and GPGPU C++ AMP
  The temporal median algorithm compares the same pixel in consecutive images in a sequence, and returns the median value of the pixel, i.e. the pixel value that has the same number of lower and higher values (an easy way to
Spidering Facebook public profiles with C++ and Boost
Back in 2010, security researcher Ron Bowes wrote a Ruby script that downloads information from Facebook's user directory, a searchable index of public profile pages. The directory did not expose a user's entire profile and
GPGPU performance on switchable graphics notebooks
Many notebooks on the market feature switchable graphics, that is, a notebook with an Intel CPU with built-in HD Graphics technology, as well as an additional AMD HD Radeon GPU or nVidia GeForce GPU. During normal usage, just
Unit testing with Visual C++ 2012 24 April 2013, 23.42 Testing
Unit testing with Visual C++ 2012
The article related to multi-threading and SSE2 optimizations (you can find it here) uses a quick-and-dirty way to check if the optimized code is correct, i.e. it runs an iteration on a given input image with a reference serial
Different types of parallel loops with Intel TBB, SSE2, SSSE3 and Visual C++ 2012
This is not the first article on this site that discusses how to use the Intel Thread Building Blocks library to spread the computation of an image-processing kernel over multiple threads: the article named "Multi thread loops