help > convert to convert tiff to v3draw
Showing 1-3 of 3 posts
Aug 10, 2022 10:08 AM | liu Yizhe - HIT
convert to convert tiff to v3draw
I want to use plugin: data_IO -> convert_file_format, to convert
tiff to v3draw.
I tired to run the following command, but fail to convert the file.
Could you please help to correct the command.
Thank you.
"E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\vaa3d.exe" /x "E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\plugins\data_IO\convert_format\convert_file_format.dll" /f "convert_format" /i "E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.tiff" /o "E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.v3draw"
Qt: Untested Windows version 6.2 detected!
[E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\vaa3d.exe]
[/x]
[E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\plugins\data_IO\convert_format\convert_file_format.dll]
[/f]
[convert_format]
[E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.tiff]
[/o]
[E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.v3draw]
>>key ... /x
call plugin ... E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\plugins\data_IO\convert_format\convert_file_format.dll
>>key ... /f
call plugin function ... convert_format
>>key ... /i
file name ... [ "E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.tiff" ]
>>key ... /o
Searching in ./plugins ......
Searching ./plugins done.
Current canonical path = [E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\plugins\data_IO\convert_format\convert_file_format.dll]
Error: Vaa3D really cannot find this plugin. Do nothing.
I tired to run the following command, but fail to convert the file.
Could you please help to correct the command.
Thank you.
"E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\vaa3d.exe" /x "E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\plugins\data_IO\convert_format\convert_file_format.dll" /f "convert_format" /i "E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.tiff" /o "E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.v3draw"
Qt: Untested Windows version 6.2 detected!
[E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\vaa3d.exe]
[/x]
[E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\plugins\data_IO\convert_format\convert_file_format.dll]
[/f]
[convert_format]
[E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.tiff]
[/o]
[E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.v3draw]
>>key ... /x
call plugin ... E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\plugins\data_IO\convert_format\convert_file_format.dll
>>key ... /f
call plugin function ... convert_format
>>key ... /i
file name ... [ "E:\multiplex imaging\MSOT\mBrainAligner\examples\subject\user\cat_raw.tiff" ]
>>key ... /o
Searching in ./plugins ......
Searching ./plugins done.
Current canonical path = [E:\multiplex imaging\MSOT\Vaa3D-3.20\bin\plugins\data_IO\convert_format\convert_file_format.dll]
Error: Vaa3D really cannot find this plugin. Do nothing.
Aug 10, 2022 12:08 PM | Lingli Zhang
RE: convert to convert tiff to v3draw
Hello liu!
You can download the latest of the Vaa3D version(Vaa3D-x Release 1.1.0) to have a try(https://github.com/Vaa3D/release/release...), I have tested the fuction and it workerd well.
Hope this can help you.
Lingli.
You can download the latest of the Vaa3D version(Vaa3D-x Release 1.1.0) to have a try(https://github.com/Vaa3D/release/release...), I have tested the fuction and it workerd well.
Hope this can help you.
Lingli.
Aug 10, 2022 11:08 PM | liu Yizhe - HIT
RE: convert to convert tiff to v3draw
Thank you very much. It works :)