ruby/ext/tk/lib/tkextlib/tkimg
naruse c4fdfabcc8 handle ext/ as r53141
g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts
fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&#
frozen_string_literal: false\n");f.rewind;f.write s}}'

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-16 05:31:54 +00:00
..
bmp.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
dted.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
gif.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
ico.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
jpeg.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
pcx.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
pixmap.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
png.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
ppm.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
ps.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
raw.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
README
setup.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
sgi.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
sun.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tga.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tiff.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
window.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
xbm.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
xpm.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00

 [ Tcl/Tk Image formats (TkImg) support ]

TkImg contains a collection of format handlers for the Tk photo
image type, and a new image type, pixmaps.

Supported formats of TkImg version 1.3 are
-------------------------------------------------------
   bmp    : Windows Bitmap Format
   gif    : Graphics Interchange Format
   ico    : Windows Icon Format
   jpeg   : Joint Picture Expert Group format
   pcx    : Paintbrush Format
   pixmap : Pixmap Image type
   png    : Portable Network Graphics format
   ppm    : Portable Pixmap format
   ps     : Adobe PostScript Format
   sgi    : SGI Native Format
   sun    : Sun Raster Format
   tga    : Truevision Targa Format
   tiff   : Tagged Image File Format
   window : Tk Windows
   xbm    : X Window Bitmap Format
   xpm    : X Window Pixmap Format
-------------------------------------------------------