-
Implemented a version check will be part of next release.
2009-11-10 07:12:16 UTC in C# ECG Toolkit
-
mvanettinger committed patchset 49 of module ECGToolkit to the C# ECG Toolkit CVS repository, changing 11 files.
2009-11-09 13:43:39 UTC in C# ECG Toolkit
-
mvanettinger committed patchset 48 of module ECGToolkit to the C# ECG Toolkit CVS repository, changing 9 files.
2009-11-08 21:13:01 UTC in C# ECG Toolkit
-
Build in notification for new version. Perhaps use a RSS feed provided by sourceforge. Should contact the sourceforge webdevelopers.
2009-11-04 14:35:48 UTC in C# ECG Toolkit
-
Build in support for other languages for the Toolkit.
2009-11-04 14:34:32 UTC in C# ECG Toolkit
-
mvanettinger committed patchset 47 of module ECGToolkit to the C# ECG Toolkit CVS repository, changing 5 files.
2009-11-03 15:41:52 UTC in C# ECG Toolkit
-
mvanettinger changed the public information on the C# ECG Toolkit project.
2009-10-31 12:20:35 UTC in C# ECG Toolkit
-
mvanettinger changed the public information on the C# ECG Toolkit project.
2009-10-31 12:20:35 UTC in C# ECG Toolkit
-
I found this J# project promising to support JPEG2000, perhaps that will work for you. Don't no which .NET version it uses. http://www.codeplex.com/csj2k.
2009-10-29 08:03:26 UTC in DICOM#
-
Hi,
for JPEG2000 you will have to look for an library that supports this format. Perhaps .NET 3.5 does support JPEG2000, but there are also some free libraries for .NET to support JPEG2000.
You have declared a byte array before?
byteArray = new byte[your_desired_size];
But this would probably work better:
ByteBuffer byteBuffer = new ByteBuffer(your_desired_size...
2009-10-27 08:35:17 UTC in DICOM#