Search found 12 matches

by elzix88
Wed, 2011-01-05, 15:09
Forum: DCMTK - Installation
Topic: Compile dcmtk for iOS (ARM architecture)
Replies: 0
Views: 17609

Compile dcmtk for iOS (ARM architecture)

Hi, i tried to cross compile dcmtk on my Mac by using compile script like this(targert arch is ARM): #! /bin/bash # # Program : iphone3.1-configure # Authors : Michael Aaron Safyan (michaelsafyan@gmail.com) # Synopsis : # This program runs the "configure" script generated by the # GNU Auto...
by elzix88
Wed, 2011-01-05, 01:38
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242718

Look at the code of dcmtk2jpg program. I think you will find evertihing you need there.

Remember about that before you put dicom image to UIImage class you need to compress it to supported format e.g jpeg,png,bmp.
by elzix88
Thu, 2010-12-16, 22:44
Forum: DCMTK - Installation
Topic: dcmtk - arm architecture
Replies: 1
Views: 6097

dcmtk - arm architecture

Hi,

anyone know how to configure dcmtk on arm architecture??

i tried by add the

Code: Select all

-arch arm
but it doesnt work...
i need specially armv6 and armv7

please help.
by elzix88
Tue, 2010-11-30, 22:18
Forum: DCMTK - General
Topic: Strange compresion output
Replies: 2
Views: 3601

Thank you its working now (with +Wm and +Wh) :)
by elzix88
Tue, 2010-11-30, 01:36
Forum: DCMTK - General
Topic: Missing zlib ....
Replies: 5
Views: 6025

Hi,

The error is that zlib doesnt install. I have to install it separetly. I thought that the option '--with-zlib' will install it automatically. Maybe im doing something wrong?
by elzix88
Tue, 2010-11-30, 01:31
Forum: DCMTK - General
Topic: Strange compresion output
Replies: 2
Views: 3601

Strange compresion output

Hi, im using dcmj2pnm with these options: ./dcmj2pnm +oj 604.dcm out.jpeg 604.dcm its CT image and output file looks very good. All of mine CT images compressing well. example: http://img6.imageshack.us/i/outy.jpg/ Problem is when i try to compress MRI image to jpeg. The output its grey with some wh...
by elzix88
Tue, 2010-11-30, 01:14
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242718

Hi, 1. before install you should remember to fix bug with dicom dictionary (in file dcdict.cc). Fix can be find in this forum. 2. all you need to do is configure dcmtk with these options (64 bits for Mac OS X and 32 for iOS): env ARCH='-arch i386 -arch x86_64' CFLAGS='-D_DARWIN_C_SOURCE -arch i386 -...
by elzix88
Sun, 2010-11-28, 17:46
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242718

Thank you for your reply. I was follow your instructions and use --disable-threads option. Now i have these errors: Detected an attempt to call a symbol in system libraries that is not present on the iPhone: opendir$INODE64$UNIX2003 called from function _ZN10OFStandard9dirExistsERK8OFString in image...
by elzix88
Fri, 2010-11-26, 15:05
Forum: DCMTK - General
Topic: Missing zlib ....
Replies: 5
Views: 6025

i know that there is two options: 'with zlib' and 'without zlib' .... i want to install it... im compiling dcmtk with zlib options but it doenst install....
by elzix88
Thu, 2010-11-25, 23:46
Forum: DCMTK - General
Topic: Missing zlib ....
Replies: 5
Views: 6025

Missing zlib ....

i used dcmtk with these options: env ARCH='-arch i386' CFLAGS='-D_DARWIN_C_SOURCE -arch i386' CXXFLAGS='-D_DARWIN_C_SOURCE -arch i386' ./configure --prefix=/Users/bartek/DCMTK --with-libzlibinc==/Users/bartek/DCMTK/zlib/zlib-1.2.3 everything is ok but there is no zlib in location which i set (libzli...
by elzix88
Thu, 2010-11-25, 21:02
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242718

Thank You for your reply. Your post was very helpfull for me. You wrote me that what i want to read :) So i think i made a progress in this thread. I compile dcmtk with -arch i386 and my program compiled with no problems:) Now when i try to display a dicom image on iPhone simulator i get these error...
by elzix88
Wed, 2010-11-24, 01:35
Forum: DCMTK - General
Topic: dcmtk on iPhone ??
Replies: 59
Views: 242718

dcmtk on iPhone ??

Is there anyone who have ever try to use dcmtk with his own iPhone/iPad application wrote in XCode ? I have app for Mac OS X with basic operations on dcm image (its working) and i want to change it for iOS platform. The problem is that the compiler display errors linked with librarys: ld: warning: i...