June 19th, 2008
My application is localized in English and in Japanese. A Japanese company (ACT2), who sell ImageFramer in Japan also does the localization. We worked together and it is a good experience. One of the things I’ve added in version 2.0.1 is a default startup image that loads in ImageFramer, when user launches it.
Below is the picture that I selected for this task. It’s a photo I took in Spain about 8 years ago.

So, I sent the Photoshop file with to the Japanese team to replace the text with the Japanese one. They did. Same apparent font, same effect but something changed
.

Yes, the whole image was translated into Japanese, it seems.
Actually, I qute like the image.
Tags: Japan, localization, photos
Posted in ImageFramer | No Comments »
June 13th, 2008
I’m glad to announce release of ImageFramer 2.0.1.
These are the release notes:
- Added default startup image when launching without image
- Design files (.framing) can now be loaded from Finder or by dropping on ImageFramer icon, in addtion to dropped to the main window.
- Updated drawing code for faster resizing
- Some bug fixes and a memory leak
- Added “Buy ImageFramer” menu item under ImageFramer menu.
Posted in Announcements, ImageFramer | No Comments »
June 13th, 2008
I’m glad to announce a 30% discount on ImageFramer, available until 23 June 2008, to celebrate my 30th birthday.
Use coupon code 30BIRTHDAY on checkout.
Jacob.
Tags: discount
Posted in Announcements | 1 Comment »
June 11th, 2008

I have added a new section to the ImageFramer site, called gallery. I currently display 13 different framing designs using the same original image to display the different abilities of ImageFramer. I hope this will clarify ImageFramer features in addition to the available screenshots.
You can also see other people’s designs or post your own framed images in the Showcase forum of ImageFramer.
Tags: gallery, ImageFramer
Posted in ImageFramer, Web | No Comments »
June 2nd, 2008
Wow, it took me a really long time to notice, and I feel almost stupid now.
I didn’t pay any attention but Google never brought any traffic to the Apparent Software website. But somehow it didn’t bother me as much, I was busy developing. A few days ago I noticed this and started to look into the source.
Looking at the server log files I noticed that all my responses for pages were HTTP status 404 (page not found). Apparently, Google doesn’t index requests that return code 404 (and it really shoudn’t).
I use Ruby On Rails (RoR) for my Apparent Software website and lighttpd with Fast-CGI to serve it. The easiest way to serve with Fast-CGI and RoR is setting the webapp to be the 404 error handler in lighttpd, using the following line of code:
server.error-handler-404 = "/dispatch.fcgi"
In the specific version of lighttpd web server that I was using (1.4.16) there was this nasty bug that stripped HTTP response header from the app in this case. So today I upgraded to the latest stable 1.4.19 and, voila, the response code is back to normal (200).
Now, hopefully, Google and its lesser brothers will catch up, crawl the site, index and divert some search traffic into Apparent Software and another site I had with the same issue. I wonder how long it will take. I’ll keep updated.
Tags: bug, google, lighttpd, rails, ruby, seo, Web
Posted in Web | No Comments »
May 26th, 2008
After a long developemt and beta testing period ImageFramer version 2.0 is finally released. So, what’s new in version 2.0? A lot. Here are some of the changes:
- Support for photorealistic frames. The frames are handles like a frame shop would handle a wooden frame. The program cuts them in the corners. Over 60 designs included.
- The frames can be adjusted for Hue, Saturation and Brightness. In addition, the frames can be colored. So, you can create multiple variation out of the same basic frame.
- The textured frames are organized into a hierarchy ofCollections, Sets and Frames.
- Graphical watermarks can be added with easy but powerful controls.
- Color profiles and photo metadata, like EXIF will now becopied from the source image into the destination image.
- Fast operation using Mac OS X Tiger’s Core Imagetechnology.
- Auto update using Sparkle framework. No need to manually check our website for new releases.
- Flexible Variations support for fast preview of multiple framing design variations. Can be saved, loaded in viewed in the variation drawer.
- Full User Manual is available with the program.
- Japanese localization
- Bug fixes.
Version 2 is now working in demo mode until registered instead of the time based limit that there was on version 1.x. Free upgrade to all 1.x version users.
Tags: ImageFramer, news, release
Posted in Announcements, ImageFramer | No Comments »