Skip to content

Commit

Permalink
ASCII Art Source 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
symisc authored Feb 5, 2021
1 parent c1ee91f commit e351dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ascii_art.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ASCII Art: Real-time ASCII Art Rendering Library.
* Copyright (C) PixLab. https://pixlab.io/art
* Version 1.2
* Version 1.3
* For information on licensing, redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES
* please contact:
* [email protected]
Expand Down Expand Up @@ -340,4 +340,4 @@ unsigned char * AsciiArtLoadImage(const char * zPath, int * pWidth, int * pHeigh
zBlob = stbi_load(zPath,pWidth, pHeight, &c, 1);
return zBlob;
}
#endif /* STB_IMAGE_IMPLEMENTATION */
#endif /* STB_IMAGE_IMPLEMENTATION */

0 comments on commit e351dbb

Please sign in to comment.