implemented Entis rasterized image format.

This commit is contained in:
morkt 2015-05-27 14:19:54 +04:00
parent 11b6b12f07
commit ed9ae05853
4 changed files with 1124 additions and 4 deletions

View File

@ -79,6 +79,7 @@
<Compile Include="ArcEAGLS.cs" />
<Compile Include="ArcEGO.cs" />
<Compile Include="ArcFFA.cs" />
<Compile Include="ArcFPK.cs" />
<Compile Include="ArcFVP.cs" />
<Compile Include="ArcGameDat.cs" />
<Compile Include="ArcGSP.cs" />
@ -161,6 +162,7 @@
<Compile Include="ImageEDT.cs" />
<Compile Include="ImageELG.cs" />
<Compile Include="ImageEPA.cs" />
<Compile Include="ImageERI.cs" />
<Compile Include="ImageGCP.cs" />
<Compile Include="ImageGR.cs" />
<Compile Include="ImageHG3.cs" />
@ -204,6 +206,9 @@
<SubType>Code</SubType>
<DependentUpon>WidgetLPK.xaml</DependentUpon>
</Compile>
<Compile Include="WidgetNOA.xaml.cs">
<DependentUpon>WidgetNOA.xaml</DependentUpon>
</Compile>
<Compile Include="WidgetNPA.xaml.cs">
<DependentUpon>WidgetNPA.xaml</DependentUpon>
</Compile>
@ -299,6 +304,10 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WidgetNOA.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="WidgetNPA.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>

1106
ArcFormats/ImageERI.cs Normal file

File diff suppressed because it is too large Load Diff

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.5.52")]
[assembly: AssemblyFileVersion ("1.0.5.52")]
[assembly: AssemblyVersion ("1.0.5.53")]
[assembly: AssemblyFileVersion ("1.0.5.53")]

View File

@ -156,7 +156,7 @@ Rikorisu ~Lycoris Radiata~<br/>
<tr class="odd"><td>*.mfg<br/>*.mfm<br/>*.mfs</td><td><tt>ALPF</tt></td><td>No</td><td rowspan="2">Silky's</td><td rowspan="2">Jokei Kazoku</td></tr>
<tr class="odd"><td>*</td><td><tt>MFG_</tt><br/><tt>MFGA</tt><br/><tt>MFGC</tt></td><td>No</td></tr>
<tr><td>*.pmp<br/>*.pmw</td><td>-</td><td>Yes</td><td>ScenePlayer</td><td>Nyuujoku Hitozuma Jogakuen</td></tr>
<tr class="odd"><td>*.dat</td><td><tt>GAMEDAT PACK</tt><br/><tt>GAMEDAT PAC2</tt></td><td>No</td><td rowspan="2">Pajamas Soft</td><td rowspan="2">
<tr class="odd"><td>*.dat</td><td><tt>GAMEDAT PACK</tt><br/><tt>GAMEDAT PAC2</tt></td><td>No</td><td rowspan="2"> bootUP!<br/>Pajamas Soft</td><td rowspan="2">
Aneimo 2 ~Second Stage~<br/>
Prism Heart<br/>
</tr>
@ -170,7 +170,12 @@ Oppai Baka<br/>
Mainichi Shabutte Ii Desu ka?<br/>
</td></tr>
<tr><td>*.gr</td><td>-</td><td>No</td></tr>
<tr class="odd"><td>*.dat</td><td><tt>SPack</tt></td><td>No</td><td rowspan="2">Goku-Fero</td><td rowspan="2">Inchuu Reiki Elenova</tr>
<tr class="odd"><td>*.dat</td><td><tt>SPack</tt></td><td>No</td><td>Goku-Fero</td><td>Inchuu Reiki Elenova</tr>
<tr><td>*.fpk</td><td>-</td><td>No</td><td>Candy Soft</td><td>Jii -Nozoki no Houshuu-</td></tr>
<tr class="odd"><td>*.noa<br/>*.dat</td><td><tt>Entis\x1a</tt></td><td>No</td><td rowspan="2">Entis GLS</td><td rowspan="2">
Yatohime Zankikou
</tr>
<tr class="odd"><td>*.eri</td><td><tt>Entis\x1a</tt></td><td>No</td></tr>
</table>
<p><a name="note-1">[1]</a> Non-encrypted only</p>
</body>