Archived
1
0

+ ClientSize adaption

+ more statistics and timing
* improved FastPixel with working code for odd row images
This commit is contained in:
2009-01-30 01:36:46 +01:00
parent 7028323a80
commit fa5ad89d6b
5 changed files with 94 additions and 71 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
<OutputType>Exe</OutputType>
<AssemblyName>vampi</AssemblyName>
<RootNamespace>vampi</RootNamespace>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<ApplicationIcon>.</ApplicationIcon>
</PropertyGroup>
@@ -39,7 +39,7 @@
<AssemblyName>vampi</AssemblyName>
<DebugSymbols>true</DebugSymbols>
<RootNamespace>vampi</RootNamespace>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<ApplicationIcon>.</ApplicationIcon>
</PropertyGroup>