(TgaStream): obsolete.

This commit is contained in:
morkt 2017-03-12 17:47:17 +04:00
parent 2821973a12
commit 7b5359e9a8

View File

@ -177,6 +177,7 @@ namespace GameRes.Formats
/// <summary>
/// Create stream in TGA format from the given image pixels.
/// </summary>
[Obsolete]
public static class TgaStream
{
public static Stream Create (ImageMetaData info, byte[] pixels, bool flipped = false)