WIP
This commit is contained in:
parent
58513d70c0
commit
0c6105e418
7 changed files with 168 additions and 2 deletions
20
source/Graphics/Image/IcoFormat.h
Normal file
20
source/Graphics/Image/IcoFormat.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
|
||||
#ifndef SPECTRE_GRAPHICS_IMAGE_ICOFORMAT_H
|
||||
#define SPECTRE_GRAPHICS_IMAGE_ICOFORMAT_H
|
||||
|
||||
#include "Decoder.h"
|
||||
|
||||
namespace sp {
|
||||
namespace image {
|
||||
|
||||
class IcoFormat : public Decoder
|
||||
{
|
||||
public :
|
||||
|
||||
bool decode(Image& img, const unsigned char *data, unsigned size);
|
||||
};
|
||||
|
||||
}} // namespace sp::image
|
||||
|
||||
#endif /* SPECTRE_GRAPHICS_IMAGE_ICOFORMAT_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue