For software development and maintenance, contact me at contact@appsoftware.com or via appsoftware.com
Using GitHub to Host Images
Sat, 14 Jan 2023 by garethbrown
For simple image hosting scenarios, you can host images directly out of a public GitHub respository by following these steps:
Browse to image on github.com, e.g.
https://github.com/appsoftwareltd/app-software-public/blob/main/graphics/logo/as_icon_text_blue_with_grey_text_2x.png
Here you will see the GitHub page providing access to view / download the file. But we want the raw file, without GitHub page content wrapping it.
A 'Raw' button doesn't exist for image files, but you can add ?raw=true
to end of URL.
Hit enter. You will be redirected to a URL as below.
https://raw.githubusercontent.com/appsoftwareltd/app-software-public/main/graphics/logo/as_icon_text_blue_with_grey_text_2x.png
Here is the image as found at the above URL:
Note: The redirect adds the raw
sub domain part, changes domain to githubusercontent.com
and removes the blob
portion of the path.
Test the link in an unauthenticated browser, and then use as required.
The use of any information, code samples, or product recommendations on this Website is entirely at your own risk, and we shall not be held liable for any loss or damage, direct or indirect, arising from or in connection with the use of this Website or the information provided herein.