Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Imaging Component を使って背景画像を読み込み、透過描画対応 #683

Merged
merged 5 commits into from
Dec 8, 2018

Commits on Dec 6, 2018

  1. WICを使って背景画像を読み込むように変更

    背景画像のファイルパスを指定するファイルダイアログの拡張子フィルタに *.png を追加
    背景画像の描画処理で透過色対応
    beru committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    9572c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd179aa View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    d07e105 View commit details
    Browse the repository at this point in the history
  2. MinGW対応

    MSYS2を入れた後に下記のパッケージをインストールする必要が有るようだ。(´;ω;`)
    
    mingw-w64-x86_64-headers-git
    mingw-w64-x86_64-crt
    beru committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    a4045f0 View commit details
    Browse the repository at this point in the history
  3. MinGW対応

    beru committed Dec 7, 2018
    1 Configuration menu
    Copy the full SHA
    070d76a View commit details
    Browse the repository at this point in the history