<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pixmac Blog &#187; application</title>
	<atom:link href="http://blog.pixmac.com/tag/application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pixmac.com</link>
	<description>Low-budget pictures &#38; the secrets of it</description>
	<lastBuildDate>Wed, 18 Nov 2009 10:26:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blog.pixmac.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e3acd768306c1ff7e622a5a50622e449?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Pixmac Blog &#187; application</title>
		<link>http://blog.pixmac.com</link>
	</image>
			<item>
		<title>Helpful tool for photographers</title>
		<link>http://blog.pixmac.com/2009/08/17/helpful-tool-for-photographers/</link>
		<comments>http://blog.pixmac.com/2009/08/17/helpful-tool-for-photographers/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 09:43:16 +0000</pubDate>
		<dc:creator>lucienavratilova</dc:creator>
				<category><![CDATA[Photographer]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://blog.pixmac.com/?p=505</guid>
		<description><![CDATA[
We are browsing websites all the time to find useful tools that can help our users to work with their images. Recently we have found some applications that can be worth trying &#8211; tools for invisible watermarking, searching for those invisible watermarks online and debluring and denoising images. We are in contact with Filip Krolupper [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pixmac.com&blog=5516949&post=505&subd=pixmac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignleft size-full wp-image-510" style="margin:10px;" title="SignMyImage" src="http://pixmac.files.wordpress.com/2009/08/smi.png?w=269&#038;h=138" alt="SignMyImage" width="269" height="138" /></p>
<p>We are browsing websites all the time to find useful tools that can help our users to work with their images. Recently we have found some applications that can be worth trying &#8211; tools for invisible watermarking, searching for those invisible watermarks online and debluring and denoising images. We are in contact with Filip Krolupper &#8211; the leader of developers of those applications so we have asked him several questions.</p>
<p><span id="more-505"></span><strong>What is the history of Advanced Photo Tools</strong>?<br />
Everything begun with the application <a href="http://www.adptools.com/signmyimage/eng/">SignMyImage</a> 1.0 that was released approx. a year ago. In four months the application got rid of childrens diseases and the version 2.0 was released. In the same time the first version of Image Spider was employed. Image Spider is a web crawler responsible for searching signed images.</p>
<p>In the meantime we developed image denoising tool called DenoiseMyImage.</p>
<p>In this time we have two professional applications and we are about releasing the third application for image debluring &#8211; DeblurMyImage.<br />
In the beginning the project was one man show, but now I cooperate with other 3 programmers, who are experts in their area.</p>
<p>Emil &#8211; the author and maintainer of Image Spider<br />
Petr &#8211; a guy responsible for Mac and Linux versions<br />
Vlado &#8211; an author of GPGPU version of DenoiseMyImage</p>
<p>We are mostly located in Prague, Czech Republic, European Union. Emil is from Sweden.</p>
<p><strong>There are some competitive applications, why is SignMyImage better?</strong><br />
SignMyImage allows to sign the photo/image by an invisible watermark and detect the invisible watermark automatically as well. This product was developed primarily for advanced photoamateurs/professionals that earn the money selling their photos. This application is appreciated by people/companies that don&#8217;t want to let thiefs download photos from their websites. Moreover we employ web crawler (Image Spider) that crawles the web and searches for signed images. We can say that SignMyImage is cheap equivalent of well known DigiMarc. Here are others rival in this field &#8211; Eikonamark, Icemark, Photopatrol.</p>
<p>German prestigious c&#8217;t magazine made a comparison between these five programs (incl. SignMyImage). SMI was considered as the second best software. We have to point out that the price of SMI license is a fraction of the others price. For example the price of DigiMarc (the best one) is $500 a year if you want to protect up to 5000 photos. The price of SMI for an unlimited license is 14.99 Euros without paying any annual fee.</p>
<p><strong>What i s the development in the digital watermarking in last few years ?</strong><br />
In this area the number of papers grows rapidly. Here exist at least two conferences with this topics. But honestly, the combination of image scaling/cropping/jpeg compression is deadly. Most papers deal with one of these transformation and don&#8217;t care about the others. But all of these appears together in most cases. Lets imagine, if we consider all the transformations, we have no stable information because of crop, we cannot use information based on single pixel because of jpeg, and we don&#8217;t know the scale of image. One of the way often followed is probabilistic approach. This approach allows to store information in many instances in every part of the picture. That means if one part is damaged or cropped you can get the information from the rest of the picture.</p>
<p><strong>What technologies are you using?</strong><br />
Our approach is different. We use moments of continuous areas. One of moment is center of gravity. This information is very robust to noise, scaling, jpeg. Unfortunatelly its not robust to crop, so we have the information insert to the image to several different areas.<br />
We cannot forget the second part of the project, that has the same importance. It is Image Spider &#8211; our web crawler. It uses wide spectra of technology. It consists of SQL part, PHP frontend, C++ backend, Linux scripting support, SFTP interface &#8230;</p>
<p><strong>What is your vision?</strong><br />
The main goal of the SignMyImage is to make Internet safer. We want to help people protect their knowledge, art abilities and skills. We want to help them protect their property rights. In our opinion nobody should be non-punishable, if he steals something what belongs to someone else. Including pictures, images, drawings and photos.</p>
<p>The goal of the ADP Tools group is wider. We are interested in bringing image processing techniques into live. Much theory from image processing is not used in application for photographers. We are going to fill this gap.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pixmac.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pixmac.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pixmac.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pixmac.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pixmac.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pixmac.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pixmac.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pixmac.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pixmac.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pixmac.wordpress.com/505/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pixmac.com&blog=5516949&post=505&subd=pixmac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.pixmac.com/2009/08/17/helpful-tool-for-photographers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb336a8372cbe90c138e9aa60f95e526?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lucienavratilova</media:title>
		</media:content>

		<media:content url="http://pixmac.files.wordpress.com/2009/08/smi.png" medium="image">
			<media:title type="html">SignMyImage</media:title>
		</media:content>
	</item>
		<item>
		<title>New application for Facebook</title>
		<link>http://blog.pixmac.com/2009/06/16/new-application-for-facebook/</link>
		<comments>http://blog.pixmac.com/2009/06/16/new-application-for-facebook/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 07:11:20 +0000</pubDate>
		<dc:creator>tomasboleslav</dc:creator>
				<category><![CDATA[General news]]></category>
		<category><![CDATA[Photographer]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://blog.pixmac.com/?p=359</guid>
		<description><![CDATA[Pixmac has developed a new application for Facebook users. The application is called &#8220;My Pixmac&#8220;. With this application, all Pixmac photographers can place their photo sales statistics in their Facebook profile.
In the near future, we would like to add more functions to this application. What can we add to help you the most? You can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pixmac.com&blog=5516949&post=359&subd=pixmac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://email.seznam.cz/redir?hashId=590973751&amp;to=http%3a%2f%2fwww%2epixmac%2ecom" target="_blank">Pixmac</a> has developed a <strong>new application for Facebook users</strong>. The application is called &#8220;<a href="http://email.seznam.cz/redir?hashId=590973751&amp;to=http%3a%2f%2fapps%2efacebook%2ecom%2fmypixmac" target="_blank">My Pixmac</a>&#8220;. With this application, all Pixmac photographers can place their photo sales statistics in their Facebook profile.<span id="more-359"></span></p>
<p>In the near future, we would like to add more functions to this application. What can we add to help you the most? You can leave us a comment below this article, or on <a href="http://email.seznam.cz/redir?hashId=590973751&amp;to=http%3a%2f%2fwww%2efacebook%2ecom%2fgroup%2ephp%3fgid%3d84610266402" target="_blank">Facebook</a>, or <a href="http://email.seznam.cz/redir?hashId=590973751&amp;to=http%3a%2f%2ftwitter%2ecom%2fpixmac" target="_blank">Twitter</a> or contact us at <a href="http://email.seznam.cz/newMessageScreen?sessionId=&amp;to=mailto%3auser%40pixmac%2ecom" target="_blank">user@pixmac.com</a>.</p>
<p><img class="size-full wp-image-360 alignnone" title="Application My Pixmac" src="http://pixmac.files.wordpress.com/2009/06/mypixmac.png?w=166&#038;h=126" alt="Application My Pixmac" width="166" height="126" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pixmac.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pixmac.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pixmac.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pixmac.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pixmac.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pixmac.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pixmac.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pixmac.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pixmac.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pixmac.wordpress.com/359/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pixmac.com&blog=5516949&post=359&subd=pixmac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.pixmac.com/2009/06/16/new-application-for-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc7b398b04748d25a4c14b8d19c242bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomasboleslav</media:title>
		</media:content>

		<media:content url="http://pixmac.files.wordpress.com/2009/06/mypixmac.png" medium="image">
			<media:title type="html">Application My Pixmac</media:title>
		</media:content>
	</item>
	</channel>
</rss>