wallpapper

Console application for creating dynamic wallpapers for macOS Mojave and newer

MIT License

Stars
3.3K

Bot releases are hidden (Show)

wallpapper - Minutes are taking into account in time wallpapers. Latest Release

Published by mczachurski over 1 year ago

wallpapper - Output plist file during extract metadata

Published by mczachurski over 2 years ago

wallpapper - Fix compile issue in Xcode 13

Published by mczachurski over 3 years ago

wallpapper - Improve error messages

Published by mczachurski over 3 years ago

wallpapper - Add `wallpaper-exif` application

Published by mczachurski over 3 years ago

New console application can be used to generate JSON file with Sun location based on EXIF metadata from photos. For example:

$ wallpaper-exif 1.jpeg 2.jpeg 3.jpeg 4.jpeg
wallpapper - New mechanism to extract metadata from HEIC file

Published by mczachurski over 3 years ago

wallpapper - Improved appearance information

Published by mczachurski almost 4 years ago

When in JSON file there is no information about static light/dark pictures, then information about static appearance is not added to output file. Thus JSON like that can be used:

[
  {
    "fileName": "1.png",
    "isPrimary": true,
    "altitude": 27.95,
    "azimuth": 279.66
  },
  {
    "fileName": "2.png",
    "altitude": -31.05,
    "azimuth": 4.16
  },
  {
    "fileName": "3.png",
    "altitude": -26.10,
    "azimuth": 27.03
  },
  {
    "fileName": "4.png",
    "altitude": -15.23,
    "azimuth": 45.83
  },
  {
    "fileName": "5.png",
    "altitude": 0.05,
    "azimuth": 60.58
  },
  {
    "fileName": "6.png",
    "altitude": 16.31,
    "azimuth": 72.80
  },
  {
    "fileName": "7.png",
    "altitude": 34.16,
    "azimuth": 84.31
  },
  {
    "fileName": "8.png",
    "altitude": 52.38,
    "azimuth": 97.87
  },
  {
    "fileName": "9.png",
    "altitude": 69.59,
    "azimuth": 122.59
  },
  {
    "fileName": "10.png",
    "altitude": 77.09,
    "azimuth": 196.03
  },
  {
    "fileName": "10.png",
    "altitude": 64.00,
    "azimuth": 248.53
  },
  {
    "fileName": "10.png",
    "altitude": 46.15,
    "azimuth": 267.27
  },
  {
    "fileName": "10.png",
    "altitude": 10.41,
    "azimuth": 291.18
  },
  {
    "fileName": "14.png",
    "altitude": -5.95,
    "azimuth": 304.07
  },
  {
    "fileName": "15.png",
    "altitude": -19.51,
    "azimuth": 320.06
  },
  {
    "fileName": "16.png",
    "altitude": -28.63,
    "azimuth": 340.41
  }
]
wallpapper - Support of single file in few nodes

Published by mczachurski over 4 years ago

Now single file can be added to multiple nodes (it's encoded only once in HEIC file).

wallpapper - 1.4.2

Published by mczachurski over 5 years ago

Fix issue with value of index for time wallpapers.

wallpapper -

Published by mczachurski over 5 years ago

Fix version number

wallpapper - Support for "apple_desktop:h24" wallpapers

Published by mczachurski over 5 years ago

In this release wallpaper support wallpapers based on system time.

wallpapper - Fixes

Published by mczachurski over 5 years ago

Fix issue with version number.

wallpapper - Dark/light theme appearance support

Published by mczachurski over 5 years ago

Now application supports two kind of wallpapers: solar/apperance.

wallpapper -

Published by mczachurski about 6 years ago

Fix issue:

  • #8 Support of absolute URLs
wallpapper -

Published by mczachurski about 6 years ago

Improvements:

  • fix console output with help messages
wallpapper -

Published by mczachurski about 6 years ago

Improvements:

  • show message when image finalizing fails
  • more logs on console.
wallpapper - 1.1.0

Published by mczachurski about 6 years ago

Fixes:

  • #4 Fix error when json not contains 16 images.
  • Adjustments for Apple changes in dynamic wallpapers.
wallpapper -

Published by mczachurski over 6 years ago