#author("2024-09-26T00:01:20+00:00","default:iseki","iseki") #author("2024-09-26T00:01:44+00:00","default:iseki","iseki") ** 2D/3D Viewer Program for Education of C/C++ Programing [#ld7a96ea] - [[日本語>/CTView (J)]] - CTView is software to display 2D/3D image. It can enhance the function by plugins (DLL). by [[Fumi.Hax]] and A.Izawa - This software is used at a lecture of image processing using VC++. - Latest version is v2.2.2 (2 Jan. 2024) -- v2.1.x or later supports English menus and messages **** Bugs - Since the size of CmnHead is different between x86 and x64, data files are basically incompatible between x86 and x64. **** Acknowledgments - [[This software is based in part on the work of the Independent JPEG Group>http://www.ijg.org/]] *** Download [#ff761e85] **** Source code - github Source: https://github.com/fumihax/CTView - Need Libraries -- https://github.com/JunkBox-Library/JunkBox_Libpp -- https://github.com/JunkBox-Library/JunkBox_Win_Lib **** Binary code - ''Binary:'' https://blackjack.nsl.tuis.ac.jp/Download/Release/CTView-2.2.2.zip -- Need DX9 Runtime: [[directx_Jun2010_redist.exe> [[directx_Jun2010_redist.exe>https://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe]] **** Manual (Japanese Text Only) - Introduction of CTView 2.0: https://github.com/fumihax/CTView/blob/main/Doc/CTView_Intro.pdf (Japanese Text Only) *** [[API of CTView>./API]] [#mff477f9] *** [[Change Log>./Change_Log]] [#ue9d553a] *** Gallery of CTView [#f05db15c] **** Binarization (plugin) [#v5c721c9] #ref(CTView/CTView_bin.jpg,,50%) -- [[Plugin Sample Code>/CTView/Binary.cpp]] **** X Different (plugin) [#of5ecbfc] #ref(CTView/CTView_Different.jpg,,35%) -- [[Plugin Sample Code>/CTView/Different.cpp]] **** Mandelbrot Set (plugin) [#pb0aa40b] #ref(CTView/CTView_Mandel.jpg,,30%) -- [[Plugin Sample Code>CTView/Mandel.cpp]] **** JPEG and RGB Channel [#ke44b376] #ref(CTView/CTView_JPEG.jpg,,35%) **** 3D Object (Spine) [#b796fe3e] #ref(CTView/CTView_bone.jpg,,40%) #br ** Bugs / Trouble Shooting ** Trouble Shooting *** Plugins - When I compile a Plugin with /utf-8 option, why is the Kanji title of the Plugin not displayed? -- Remove the /utf-8 compile option. #br