<?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/"
	>

<channel>
	<title>Quarterflash Designs &#187; photography</title>
	<atom:link href="http://quarter-flash.com/wp/category/photography/feed/" rel="self" type="application/rss+xml" />
	<link>http://quarter-flash.com/wp</link>
	<description>The ramblings of a new writer</description>
	<lastBuildDate>Sun, 04 Jul 2010 02:39:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ImageResizer</title>
		<link>http://quarter-flash.com/wp/2007/11/04/imageresizer/</link>
		<comments>http://quarter-flash.com/wp/2007/11/04/imageresizer/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 22:26:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=16</guid>
		<description><![CDATA[This is part 3 of the Open Source Takeover series.  I had to make a change to the user interface as I didn&#8217;t understand how a couple of the widgets were meant to be used. Here&#8217;s the new and, pending some input from actual users, final look of the application:

I spent a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 3 of the Open Source Takeover series.  I had to make a change to the user interface as I didn&#8217;t understand how a couple of the widgets were meant to be used. Here&#8217;s the new and, pending some input from actual users, final look of the application:</p>
<p><img src="http://quarter-flash.com/ResizerScreen2.png" title="Final User Interface" alt="Final User Interface" height="269" width="650" /></p>
<p><span id="more-16"></span>I spent a lot of Saturday and Sunday trying to sort out how to do the configuration in an easier manner than the original writer and was having a lot of difficulties sorting it out. I finally found something called <a href="http://sourceforge.net/projects/nini/">Nini</a> that is working just fine.</p>
<p>So, I still have to tie changes in the UI back to the configuration file and then forklift the code from the original project into this one. I started a new project because a) I wanted a slightly different name, and b) it was easy to keep the original, working code separate from my changes.</p>
<p>I ran across a couple of open source Windows installers so, hopefully, by the end of the week I&#8217;ll have this ready to distribute.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2007/11/04/imageresizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Takeover, part 2</title>
		<link>http://quarter-flash.com/wp/2007/11/03/open-source-takeover-part-2/</link>
		<comments>http://quarter-flash.com/wp/2007/11/03/open-source-takeover-part-2/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 16:36:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=15</guid>
		<description><![CDATA[I now have a working resizer/watermarker, but it only works if I manually edit the configuration file. This is because the original author had a separate config program and that was written with some sort of code generator. That&#8217;s not a bad thing, mind you, except for the fact that the code it generates is [...]]]></description>
			<content:encoded><![CDATA[<p>I now have a working resizer/watermarker, but it only works if I manually edit the configuration file. This is because the original author had a separate config program and that was written with some sort of code generator. That&#8217;s not a bad thing, mind you, except for the fact that the code it generates is rife with absolute pixel positions and that makes it difficult to add on new elements.</p>
<p><span id="more-15"></span>When I finally got that straight in my head, I decided to integrate the two programs in to one. I think the original thought was that the actual resizer was meant to be a command line sort of thing and there wasn&#8217;t a need for a user interface. Since it always opened up some sort of a dialog to tell you what it had done or to ask a question or two, I decided that making it a graphical program from the start would be OK.</p>
<p>So, I fired up the interface editor and came up with this:</p>
<p><img src="http://quarter-flash.com/ResizerScreen.png" title="Proposed user interface for the resizer program" alt="Proposed user interface for the resizer program" border="0" /></p>
<p>The one thing that&#8217;s not correct yet is the Max Size element. Obviously we don&#8217;t want fractional sizes. I think that&#8217;s a setting in the widget, but I&#8217;m not quite there yet. That is the next step, tieing the new interface to the existing code.</p>
<p>One thing that might not be evident from that screenshot is that the bottom element is a status bar, in which the user will see the images fly by as the resizer works.</p>
<p>Thoughts? Does it look OK?  GUI design is definitely <strong>not</strong> my strong point, so I won&#8217;t be offended by people that want to make it more usable.</p>
<p>Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2007/11/03/open-source-takeover-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Takeover</title>
		<link>http://quarter-flash.com/wp/2007/10/29/open-source-takeover/</link>
		<comments>http://quarter-flash.com/wp/2007/10/29/open-source-takeover/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 15:05:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=14</guid>
		<description><![CDATA[OK, so it&#8217;s not that dramatic &#8211; but here&#8217;s the story.
I&#8217;ve recently gotten involved with a group called &#60;a href=&#8221;http://eons.com&#8221; target=&#8221;_blank&#8221;&#62;Eons&#60;/a&#62;, a website that&#8217;s targeted toward the over 50 folks. I&#8217;m involved in the Better Photography group, and the subject came up about someone&#8217;s image being &#8220;borrowed&#8221; by a different person without permission.
So, I went [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so it&#8217;s not that dramatic &#8211; but here&#8217;s the story.</p>
<p>I&#8217;ve recently gotten involved with a group called &lt;a href=&#8221;http://eons.com&#8221; target=&#8221;_blank&#8221;&gt;Eons&lt;/a&gt;, a website that&#8217;s targeted toward the over 50 folks. I&#8217;m involved in the <em>Better Photography</em> group, and the subject came up about someone&#8217;s image being &#8220;borrowed&#8221; by a different person without permission.</p>
<p>So, I went off the to web to look for some sort of utility that would be able to resize and watermark images. I found a resizer program (named, appropriately enough, Resizer) and an article on creating both image and text watermarks. The Resizer program was up for adoption as the person who wrote it was no longer interested in maintaining it. He had written it for a specific purpose and the program was no longer needed.</p>
<p>I contacted him about adopting it and after the appropriate conversations, he passed it on to me. I added three features to it (reduced DPI, image watermarking, text watermarking) and it&#8217;s now working. I don&#8217;t have it available for download quite yet as it&#8217;s currently set up as two separate programs &#8211; one to edit the config, one to resize images. In the process of fixing the config I came to the conclusion that I needed to integrate the two programs as I don&#8217;t want to plot pixels to place items on the dialog by using pixel counts.</p>
<p>One other thing that prevents me from putting up at the moment is that it&#8217;s a .NET program (and yes, it runs on both Windows and Linux) but I don&#8217;t have a good install for it yet. I have a link or two to investigate for an install program, but I&#8217;ve not quite gotten that far.</p>
<p>All that being said, if you have .NET installed on your Windows or Linux box and don&#8217;t mind a little hand-editing of the config file, then drop me a line and I&#8217;ll zip up the two programs for you to try out.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2007/10/29/open-source-takeover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
