#689: Improved performance of EpsImage
This commit is contained in:
parent
e3d2c7491b
commit
dfe65c4214
@ -261,6 +261,7 @@ namespace Exiv2
|
||||
#endif
|
||||
}
|
||||
}
|
||||
if (line.size() >= 1 && line[0] != '%') continue; // performance optimization
|
||||
if (line == "%%EOF" && posPageTrailer == size) {
|
||||
posPageTrailer = startPos;
|
||||
#ifdef DEBUG
|
||||
|
||||
Loading…
Reference in New Issue
Block a user