about 3 weeks ago - No comments
Last week, on Friday, I attended the rescheduled-at-the-last-hour Google Android Developers Lab in Zürich and, as a result, I started learning about Android application development, the Android Google SDK and, as a gift, I came back home with a shiny new NexusOne, which is not available in Europe, yet.
I’m now making a list in the More >
about 4 weeks ago - 5 comments
Hi all ImageMagick developers!
It has been a long time since my last update to my script for building ImageMagick and having it running as a statically compiled library so that you can use it in all your iPhone applications! To make up for the delay I have made some improvements:
Script now working on Snow Leopard More >
about 6 months ago - No comments
As I promised earlier on, here’s a small post with some suggestions on how to make AR apps.
When the iPhone OS 3.1 will be released (the sdk and os are now in beta), it will be possible (and approved by Apple) to overlay anything on top of the camera view, exactly to achieve Augmented Reality More >
about 7 months ago - 8 comments
>> PLEASE READ THE UPDATE
about 8 months ago - 9 comments
>> PLEASE READ THE UPDATE
about 8 months ago - 1 comment
>> PLEASE READ THE UPDATE Existing Files…
and select all the .xml files in the two folders above.
The Code somewhere, like in a function that gets called only once (viewDidLoad, for instance), this may vary depending on your program, add the two following lines:
NSString * path = [[NSBundle mainBundle] resourcePath];
setenv("MAGICK_CONFIGURE_PATH", [path UTF8String], 1);
Done, now ImageMagick More >
about 9 months ago - 35 comments
>> PLEASE READ THE UPDATE Select all the .a libraries->Click ‘ADD’
Project->Add To Project->Select the folders inside the ~/Desktop/tmp_target/im_libs/include->Click ‘ADD’
Step 2
Click on Project->Edit Project Settings and edit (in the Build:
Other Linker Flags: -lMagickCore -lMagickWand -lz -lbz2 -ljpeg -lpng
Header Search Paths: $(SRCROOT) – make it Recursive
Library Search Paths: $(SRCROOT) – make it Recursive
On the lower left click More >
about 9 months ago - 12 comments
The Problem
I’m an Apple fan, and user, and developer. As such I have an iPhone and I use it, and I develop for it. Well, I try.
When I say: “I try” I don’t mean that I don’t have the skills necessary to develop an iPhone application, I mean that despite the application I’ve developed (with More >