reactos/modules/wallpapers
Andrew Dent cf4bb8fced
[WALLPAPERS] Optimize PNG images (#5506)
- Lossless optimization with `pngslim` saving ~1-9%.
- Restricted to RGB color mode (‘c2’), for maximum compatibility.
2023-08-04 01:36:43 +03:00
..
Angelus [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
Silhouette [WALLPAPERS] Optimize PNG images (#5506) 2023-08-04 01:36:43 +03:00
1920px_Polarlicht.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt [WALLPAPER] Rename Soft Blue to Mizu (#1945) 2020-04-16 02:37:17 +03:00
ReactOS_CirclesBlue_1.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_CirclesBlue_2.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_CirclesGold_1.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_CirclesGold_2.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_Hexagons.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_Mizu.png [WALLPAPERS] Optimize PNG images (#5506) 2023-08-04 01:36:43 +03:00
ReactOS_Mizu_4x3.png [WALLPAPERS] Optimize PNG images (#5506) 2023-08-04 01:36:43 +03:00
ReactOS_Mizu_16x9_A.png [WALLPAPERS] Optimize PNG images (#5506) 2023-08-04 01:36:43 +03:00
ReactOS_Mizu_16x9_B.png [WALLPAPERS] Optimize PNG images (#5506) 2023-08-04 01:36:43 +03:00
ReadMe.txt [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
clouds.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
grass.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
lake.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wallpapers.txt [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00

ReadMe.txt

Wallpapers
===========

File Name                           | Author                                         | Origin
--------------------------------------------------------------------------------------------------------------------------------------------------
Angelus collection                  | Forum user "Angelus" (jedi.knight@wanadoo.es)  | https://reactos.org/forum/viewtopic.php?p=50543#p50543
Angelus_02_ROSWP_4-3_1440x1080.jpg  | See above                                      | See above
Angelus_02_ROSWP_4-3_1024x768.jpg   | See above                                      | See above
1920px_Polarlicht.jpg               | Public domain                                  | https://jira.reactos.org/browse/CORE-8446 and links inside
grass.jpg                           | See above                                      | See above
clouds.jpg                          | Andreas Bjerkeholt (harteex@gmail.com)         | https://reactos.org/forum/viewtopic.php?p=17732#p17732
lake.jpg                            | Andreas Bjerkeholt (harteex@gmail.com)         | https://reactos.org/forum/viewtopic.php?p=17732#p17732
ReactOS_CirclesBlue_1.jpg           | Forum user "henrytang5247" (Henry Tang)        | https://reactos.org/forum/viewtopic.php?p=109529#p109529
ReactOS_CirclesBlue_2.jpg           | See above                                      | See above
ReactOS_CirclesGold_1.jpg           | See above                                      | See above
ReactOS_CirclesGold_2.jpg           | See above                                      | See above
ReactOS_Hexagons.jpg                | See above                                      | https://reactos.org/forum/viewtopic.php?p=109866#p109866
ReactOS_Mizu.png                    | Forum user "Foxlet" (foxlet@furcode.co)        | https://jira.reactos.org/browse/CORE-15783
ReactOS_Mizu_4x3.png                | See above                                      | See above
ReactOS_Mizu_16x9_A.png             | See above                                      | See above
ReactOS_Mizu_16x9_B.png             | See above                                      | See above
Silhouette collection               | Jake Collins (polar@ever3st.com)               | https://ever3st.com/Graphics/Loot/

To include the module in your build folder, run the configure script with the flags -DENABLE_WALLPAPERS=1

# For Windows users

    configure.cmd -DENABLE_WALLPAPERS=1

# For UNIX users

    ./configure.sh -DENABLE_WALLPAPERS=1