else if (chunkType == tEXt)
result.add(new PNGChunktEXt(length, chunkType, CRC, bytes));
else if (chunkType == zTXt)
result.add(new PNGChunkzTXt(length, chunkType, CRC, bytes));
else if (chunkType == IHDR)
result.add(new PNGChunkIHDR(length, chunkType, CRC, bytes));
else if (chunkType == PLTE)
result.add(new PNGChunkPLTE(length, chunkType, CRC, bytes));
else if (chunkType == pHYs)
result.add(new PNGChunkpHYs(length, chunkType, CRC, bytes));
else if (chunkType == IDAT)