This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- mode: python; Encoding: utf-8; coding: utf-8 -*- | |
# Last updated: <2015/11/07 17:23:31 +0900> | |
""" | |
fakeantijaggies | |
anti jaggies test | |
usage: python fakeantijaggies.py -i INPUT.png -o OUT.png -c 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- mode: python; Encoding: utf-8; coding: utf-8 -*- | |
# Last updated: <2015/11/10 02:24:47 +0900> | |
""" | |
fakeantijaggies2 | |
アンチジャギ、ジャギ消しの実験。 | |
layman, lrevise.c を移植。 | |
たぶん移植時に失敗して動作がバグってる予感。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ruby -Ks | |
# -*- mode: ruby; coding: sjis -*- | |
# Last updated: <2015/12/24 09:52:37 +0900> | |
# | |
# 塗り潰しアルゴリズム(Scanline Seed Fill Algorithm)の実験 | |
# 画像の中をクリックすれば塗りつぶしができる。 | |
# 画像の中をクリックすれば塗りつぶしできるはず。 | |
# | |
# usage: ruby scanlineseedfill2.rb TEST.PNG | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ruby -Ks | |
# -*- mode: ruby; coding: sjis -*- | |
# Last updated: <2015/12/24 09:51:49 +0900> | |
# | |
# 塗り潰しアルゴリズム(Scanline Seed Fill Algorithm)の実験 | |
# 画像の中をクリックすれば塗りつぶしができる。 | |
# アルゴリズムを高速化した版 | |
# | |
# usage: ruby scanlineseedfill2.rb TEST.PNG | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- mode: python; coding: utf-8 -*- | |
# Last updated: <2015/12/30 20:23:02 +0900> | |
""" | |
dump GIMP Palette (.gpl) format from index color image | |
by mieki256 | |
License: CC0 / Public Domain | |
""" | |
import sys |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ruby -Ku | |
# -*- mode: ruby; coding: utf-8 -*- | |
# Last updated: <2016/03/14 19:45:20 +0900> | |
# | |
# イージングのテスト | |
require 'dxruby' | |
# quadratic ease in out | |
# @param t [Number] 時間(0.0 - 1.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ruby -Ku | |
# -*- mode: ruby; coding: utf-8 -*- | |
# Last updated: <2016/03/14 19:43:16 +0900> | |
# | |
# 角度を滑らかに変化させられるかテスト | |
require 'dxruby' | |
# quadratic ease in out | |
# @param t [Number] 時間(0.0 - 1.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- mode: python; Encoding: utf-8; coding: utf-8 -*- | |
# Last updated: <2016/07/30 00:53:00 +0900> | |
""" | |
beep from MML | |
System requirements : Windows 10 x64 + Python 2.7.11 | |
""" | |
import mmlparser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Save All Layers as Brushes rel 0.02.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 | |
; (at your option) any later version. | |
; |