-
Updated
Oct 23, 2020 - Python
heterogeneous-systems
Here are 17 public repositories matching this topic...
-
Updated
Dec 19, 2019 - C++
-
Updated
Oct 11, 2018 - C++
-
Updated
Oct 11, 2019 - Shell
-
Updated
Jul 22, 2020 - Python
-
Updated
Sep 20, 2018 - C++
-
Updated
Jan 24, 2018 - Shell
-
Updated
Aug 4, 2020 - C++
-
Updated
Oct 13, 2020 - Java
-
Updated
Sep 20, 2020 - Python
-
Updated
Oct 7, 2018 - C
-
Updated
Sep 11, 2019 - Shell
-
Updated
Aug 6, 2020 - C++
-
Updated
Sep 21, 2019
Improve this page
Add a description, image, and links to the heterogeneous-systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the heterogeneous-systems topic, visit your repo's landing page and select "manage topics."
We have Bitmap image saving function
void Save( const std::string & path, const penguinV::Image & image, uint32_t startX, uint32_t startY, uint32_t width, uint32_t height )which locates in src/file/bmp_image.h and src/file/bmp_image.cpp files.During file saving we purposely copy a line of image to temporary array and then write the array into file. The reason behind this is that