| # | Line 129 | Line 129 | begin | |
|---|---|---|
| 129 | mem := TMemoryStream.Create; | |
| 130 | ||
| 131 | case OniImage_New.Format of | |
| 132 | + | ifX1R5G5B5: new_storetype := 1; |
| 133 | ifA1R5G5B5: new_storetype := 2; | |
| 134 | ifA4R4G4B4: new_storetype := 0; | |
| 135 | ifA8R8G8B8: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |