X-Git-Url: http://www.fmaj7b5.info/git?p=cuda.git;a=blobdiff_plain;f=libutils%2FImage.h;fp=libutils%2FImage.h;h=2bbc5c06d02b7bbacdbc495faf8ee9234a07860f;hp=4e60da0dfa5aa5b9bd4d40e2ed0a9e35a779a3e4;hb=9c4ea7a2596620dcb156a00d12bc55c07ba03339;hpb=869779783d0c06c34e02062ac7d23dac316e73a9 diff --git a/libutils/Image.h b/libutils/Image.h index 4e60da0..2bbc5c0 100644 --- a/libutils/Image.h +++ b/libutils/Image.h @@ -31,7 +31,7 @@ namespace FM7b5 public: typedef T pixel_type; typedef Image image_type; - typedef std::uint8_t raw_type; + typedef std::uint_fast8_t raw_type; Image(); Image(const size_t width, const size_t height, const size_t stride = 0); @@ -153,7 +153,7 @@ namespace FM7b5 } /* typedefs for convinience */ - typedef Image ImageGray; + typedef Image ImageGray; } -#endif /* FM7b5_IMAGE_H */ \ No newline at end of file +#endif /* FM7b5_IMAGE_H */