Skip to content

Commit

Permalink
Pre-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3f00 committed Sep 22, 2019
1 parent c02004a commit 9dc7d0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PhotonCpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ int main(int argc, char * argv[])
"To read data from STDIN use '-' as filename.\n"
"To write data to STDOUT use '-' as filename.\n\n"
"White and transparent areas of the image are treated as voids.\n"
"Check with Photon File Validator after procedure. Use output at your own risk.\n";
"Check with Photon File Validator after conversion. Use output at your own risk.\n";
return -1;
}

Expand Down
2 changes: 2 additions & 0 deletions PhotonCpp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down Expand Up @@ -124,6 +125,7 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ To read data from STDIN use '-' as filename.
To write data from STDOUT use '-' as filename.

White and transparent areas of the image are treated as voids.
I insist on checking output with Photon File Validator after procedure. Use output at your own risk.
I insist on checking output with Photon File Validator after conversion. Use output at your own risk.

# Building

There is MSVC project for Windows and Makefile for Linux and MacOS X.

0 comments on commit 9dc7d0a

Please sign in to comment.