Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Set eol-style: native on J2KImage.cs | Teravus Ovares | 2009-04-13 | 1 | -2/+2 |
| | |||||
* | *Bypass J2kDecoder when asset is null | Teravus Ovares | 2009-04-13 | 1 | -0/+4 |
| | |||||
* | if Data is null, shortcut to client.SendImageNotFound, as any other | Sean Dague | 2009-04-13 | 1 | -3/+10 |
| | | | | | option at this point is going to give us a NullReferenceException | ||||
* | catch for a null asset so we don't get an exception here, though this | Sean Dague | 2009-04-13 | 1 | -1/+7 |
| | | | | | probably just makes the decoder break somewhere else. | ||||
* | put J2KImage into it's own file, please no doubling up on classes in | Sean Dague | 2009-04-13 | 1 | -0/+354 |
files |