Skip to content

Instantly share code, notes, and snippets.

@mieki256
mieki256 / qt_fontdialog_ini.py
Created October 3, 2012 03:46
Pythonでiniファイルの読み書き
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -*- mode: python;Encoding: utf8n -*-
"""
PyQt + FontDialog + ConfigParser(iniファイルアクセス)のテスト
ラベルのフォントを、
フォント選択ダイアログで選択したフォントに変更して、
フォント種類をiniファイルに記録する。
@mieki256
mieki256 / qt_fontdialog_json.py
Created October 3, 2012 03:47
Pythonでjsonファイルを読み書き
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -*- mode: python;Encoding: utf8n -*-
"""
PyQt + FontDialog + json のテスト
ラベルのフォントを、
フォント選択ダイアログで選択したフォントに変更して、
フォント種類をjsonファイルに記録する。
@mieki256
mieki256 / image-oblique.py
Last active July 17, 2018 11:17
GIMP Python で画像を斜めにするスクリプト
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -*- mode: python; Encoding: utf8n -*-
# Last updated: <2018/07/16 07:25:31 +0900>
u"""
Make oblique image.
usage: Filters -> Distorts -> Image Oblique ...
@mieki256
mieki256 / 1BitGrayscale.gpl
Last active August 29, 2015 14:16
GIMPでARGB4444に画像を変換するスクリプト。http://registry.gimp.org/taxonomy/term/1275 を改造。
GIMP Palette
Name: 1-Bit Grayscale
Columns: 16
#
0 0 0
255 255 255
@mieki256
mieki256 / Main.hx
Created March 30, 2015 13:21
GIMP1.xのRGB交換相当っぽい感じのアニメをするHaxe+OpenFLソース
package;
import openfl.*;
import openfl.display.*;
import openfl.events.*;
/**
* Animation like GIMP 1.x RGB displace
* @author mieki256
*/
@mieki256
mieki256 / loremipsum.l
Last active August 29, 2015 14:19
xyzzyでLorem ipsum(ダミーテキスト)を挿入
;; -*-lisp-*-
;; Last updated: <2015/04/12 07:39:04 +0900>
;;
;; # Lorem-ipsum - xyzzy
;;
;; lorem-ipsum.el を移植。
;; http://www.emacswiki.org/emacs/lorem-ipsum.el
;;
;; ## インストール
;;
@mieki256
mieki256 / m256_buildingtexturemaker.py
Last active August 29, 2015 14:22
Python 2.7.9 + Tkinter + Pillow 2.8.1 で夜景のビルのテクスチャっぽい画像を生成するスクリプト
#!/usr/bin/env python
# -*- mode: python; Encoding: utf-8; coding: utf-8 -*-
# Last updated: <2015/06/02 20:20:33 +0900>
"""
m256 building texture maker
by mieki256
License: CC0
@mieki256
mieki256 / night-building-tex.py
Last active July 17, 2018 11:25
Night Building Texture : GIMPで夜景のビルのテクスチャっぽい画像を生成するPython-fuスクリプト。GIMP (2.8.10|2.10.2) Portbale + Windows(7|10) x64 で動作確認。
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -*- mode: python; Encoding: utf8n -*-
# Last updated: <2018/07/17 20:20:07 +0900>
"""
Make night building texture
Author ; mieki256
License : CC0 / Public Domain
@mieki256
mieki256 / about.png
Last active August 1, 2020 05:34
Shoeboxで生成したBMFont(ビットマップフォント)テクスチャを等幅フォントのように配置し直すPythonスクリプト
about.png
@mieki256
mieki256 / Multiple Layer Actions Fork HSC.scm
Last active August 29, 2015 14:28
GIMPの全レイヤー・複数レイヤーに対して一括で色調補正もしくはコントラスト変更を行うScript-fu。Multiple Layer Actions ( http://gimpscripts.com/2014/01/multiple-layer-actions/ ) を参考に記述。
; Multiple Layer Actions fork HSC rel 1.0
; Created by mieki256
;
; Original scripts : Multiple Layer Actions rel 5.1 Created by Graechan
; Comments directed to http://gimpchat.com or http://gimpscripts.com
;
; License: GPLv3
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or