Add ColorSpace type
This commit is contained in:
		
					parent
					
						
							
								3dc0d6adab
							
						
					
				
			
			
				commit
				
					
						9ef519164b
					
				
			
		
					 2 changed files with 60 additions and 0 deletions
				
			
		|  | @ -1,3 +1,4 @@ | |||
| mod colorspace; | ||||
| mod consts; | ||||
| mod decode; | ||||
| mod encode; | ||||
|  | @ -5,6 +6,7 @@ mod error; | |||
| mod header; | ||||
| mod pixel; | ||||
| 
 | ||||
| pub use crate::colorspace::ColorSpace; | ||||
| pub use crate::decode::qoi_decode_to_vec; | ||||
| pub use crate::encode::qoi_encode_to_vec; | ||||
| pub use crate::error::{Error, Result}; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ivan Smirnov
				Ivan Smirnov