ITGReader resolve properly
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
a553334224
commit
16995f7ec1
BIN
bin/exceptions/FailedResponseException.class
Normal file
BIN
bin/exceptions/FailedResponseException.class
Normal file
Binary file not shown.
BIN
bin/readers/DDRReader.class
Normal file
BIN
bin/readers/DDRReader.class
Normal file
Binary file not shown.
BIN
bin/readers/ITGReader.class
Normal file
BIN
bin/readers/ITGReader.class
Normal file
Binary file not shown.
BIN
bin/readers/LoveLiveReader.class
Normal file
BIN
bin/readers/LoveLiveReader.class
Normal file
Binary file not shown.
BIN
bin/readers/PopnReader.class
Normal file
BIN
bin/readers/PopnReader.class
Normal file
Binary file not shown.
BIN
bin/readers/SoundVoltexReader.class
Normal file
BIN
bin/readers/SoundVoltexReader.class
Normal file
Binary file not shown.
BIN
bin/readers/TestReader.class
Normal file
BIN
bin/readers/TestReader.class
Normal file
Binary file not shown.
BIN
bin/readers/fonts/Font.class
Normal file
BIN
bin/readers/fonts/Font.class
Normal file
Binary file not shown.
BIN
bin/readers/fonts/Glyph.class
Normal file
BIN
bin/readers/fonts/Glyph.class
Normal file
Binary file not shown.
BIN
bin/requests/GETRequest$1.class
Normal file
BIN
bin/requests/GETRequest$1.class
Normal file
Binary file not shown.
BIN
bin/requests/GETRequest.class
Normal file
BIN
bin/requests/GETRequest.class
Normal file
Binary file not shown.
BIN
bin/requests/MultipartUtility.class
Normal file
BIN
bin/requests/MultipartUtility.class
Normal file
Binary file not shown.
BIN
bin/requests/POSTRequest$1.class
Normal file
BIN
bin/requests/POSTRequest$1.class
Normal file
Binary file not shown.
BIN
bin/requests/POSTRequest.class
Normal file
BIN
bin/requests/POSTRequest.class
Normal file
Binary file not shown.
BIN
bin/sigPlace.class
Normal file
BIN
bin/sigPlace.class
Normal file
Binary file not shown.
BIN
bin/sigServer.class
Normal file
BIN
bin/sigServer.class
Normal file
Binary file not shown.
@ -172,6 +172,8 @@ public class ITGReader extends Reader{
|
||||
List<Glyph> glyphs = Glyph.split(cutImg);
|
||||
if (glyphs.size()>=3) {
|
||||
glyphs.remove(glyphs.size()-3);
|
||||
} else {
|
||||
return "";
|
||||
}
|
||||
String res = f.convertGlyphs(glyphs);
|
||||
return res.substring(0,res.length()-2)+"."+res.substring(res.length()-2,res.length());
|
||||
@ -182,6 +184,8 @@ public class ITGReader extends Reader{
|
||||
List<Glyph> glyphs = Glyph.split(cutImg);
|
||||
if (glyphs.size()>=3) {
|
||||
glyphs.remove(glyphs.size()-3);
|
||||
} else {
|
||||
return "";
|
||||
}
|
||||
String res = f.convertGlyphs(glyphs);
|
||||
return res.substring(0,res.length()-2)+"."+res.substring(res.length()-2,res.length());
|
||||
|
BIN
sigPlace.jar
BIN
sigPlace.jar
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user