I've had trouble with horos, and I'm trying to get past the learning curve for 3dSlicer, which seems to be really powerful, and very actively developed.
--
You received this message because you are subscribed to the Google Groups "Horos Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to horos-projec...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/horos-project/dc8d475b-5cbc-4610-9d04-38508066b671n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/horos-project/CABdV20EsfP-mTjRP0tounp4uvJRo%3DAz%2BnKK%3DsfahnXHLvrmL9Q%40mail.gmail.com.
Interesting interesting but not available
It's strange because I'm using this version ( Sequoia version 15.4 ) which is supposed to be compatible
From: <horos-...@googlegroups.com> on behalf of Hiroaki Inomata <inomat...@gmail.com>
Date: Monday, 7 April 2025 at 05:32
To: Lohi Karhu <bfr...@gmail.com>
Cc: James Chen <sjch...@gmail.com>, Horos Project <horos-...@googlegroups.com>
Subject: Re: Horos 3D module Export functions are not working properly
Using the new Metal-enabled version of the 3D slicer is a good alternative to horos.
A better option would be to call the volume rendering functions written in Metal directly from Mac's apps.
We've created a test app and made it public, so please use it as a reference.
https://apps.apple.com/us/app/phorlix-lite/id6740269806
2025年4月7日(月) 12:13 Hiroaki Inomata <inomat...@gmail.com>:
The volume rendering feature of horos relies on an old version of a library called VTK. This version of VTK uses openGL as its graphics API.
As you know, openGL has been deprecated, and it is now recommended to use metal as the graphics API for Mac applications.
As this is the current situation, it is not easy to maintain the 3D volume rendering function.
Hiroaki Inomata MD
2025年4月7日(月) 2:46 Lohi Karhu <bfr...@gmail.com>:
I've had trouble with horos, and I'm trying to get past the learning curve for 3dSlicer, which seems to be really powerful, and very actively developed.
On Sun, Apr 6, 2025, 19:00 James Chen <sjch...@gmail.com> wrote:
I've experienced the same problem as the person who posted this email. It's been 2 years since the first posting. Are someone in Horos Group thinking of solve the problem?
thanks.
On Sunday, December 17, 2023 at 10:25:23 PM UTC-7 b926...@gmail.com wrote:
4.0.1 ver. Horos running on MacOs Sonoma 14.2. The movie capture by Fly Through and Movie Export also JPEG still image are only left lower corner and with a weird wide screen like scale.
This is the working window looks like:
And this is the export result (either still image or movie export, or fly through are the same):
Is it the setting's problem or some bug?
--
You received this message because you are subscribed to the Google Groups "Horos Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to horos-projec...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/horos-project/dc8d475b-5cbc-4610-9d04-38508066b671n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Horos Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to horos-projec...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/horos-project/CABdV20EsfP-mTjRP0tounp4uvJRo%3DAz%2BnKK%3DsfahnXHLvrmL9Q%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Horos Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to horos-projec...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/horos-project/CA%2BZFq8BeECcHwuq6JU_b56pZLLm0DzLqsU7HjTQRX5H7gK4LzA%40mail.gmail.com.
Ok I will do a test as soon as possible
Do you happen to know of a lite version of a viewer compatible with Mac as was the case with Weasis?
I mean a viewer that can be burned onto a CD, for example, and which can be used to view studies.
Regards
Marco
Error! Filename not specified.
And this is the export result (either still image or movie export, or fly through are the same):
Error! Filename not specified.
Is it the setting's problem or some bug?
--
You received this message because you are subscribed to the Google Groups "Horos Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to horos-projec...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/horos-project/dc8d475b-5cbc-4610-9d04-38508066b671n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Horos Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to horos-projec...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/horos-project/CABdV20EsfP-mTjRP0tounp4uvJRo%3DAz%2BnKK%3DsfahnXHLvrmL9Q%40mail.gmail.com.
>Do you happen to know of a lite version of a viewer compatible with Mac as was the case with Weasis?
>I mean a viewer that can be burned onto a CD, for example, and which can be used to view studies.
>path="$( cd "$(dirname "${ZSH_SOURCE[0]}")" && pwd )/$(basename "${ZSH_SOURCE[0]}")"
>cd "$TARGET_NAME"; pwd
>
>env=$(env|sort|grep -v 'LLBUILD_BUILD_ID=\|LLBUILD_LANE_ID=\|LLBUILD_TASK_ID=\|Apple_PubSub_Socket_Render=\|DISPLAY=\|SHLVL=\|SSH_AUTH_SOCK=\|SECURITYSESSIONID=')
> dataset = dcmfmt.getDataset();
>
> const char *string = NULL;
> //Patients Name
> if (dataset->findAndGetString(DCM_PatientName, string, OFFalse).good() && string != NULL)
> { printf("Input File: %s\n", ifname);
> printf("Patient Name: %s\n", string);
> }