You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(10) |
Sep
(6) |
Oct
|
Nov
(42) |
Dec
(10) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(4) |
Feb
(17) |
Mar
(8) |
Apr
(9) |
May
(12) |
Jun
(28) |
Jul
(8) |
Aug
(8) |
Sep
(15) |
Oct
(21) |
Nov
(39) |
Dec
(13) |
| 2004 |
Jan
(128) |
Feb
(32) |
Mar
(46) |
Apr
(98) |
May
(51) |
Jun
(26) |
Jul
(54) |
Aug
(16) |
Sep
(45) |
Oct
(71) |
Nov
(12) |
Dec
(9) |
| 2005 |
Jan
|
Feb
(4) |
Mar
(57) |
Apr
(37) |
May
(11) |
Jun
(5) |
Jul
(14) |
Aug
(65) |
Sep
(16) |
Oct
(2) |
Nov
(36) |
Dec
(21) |
| 2006 |
Jan
(79) |
Feb
(81) |
Mar
(15) |
Apr
(60) |
May
(56) |
Jun
(26) |
Jul
(12) |
Aug
(3) |
Sep
(3) |
Oct
(2) |
Nov
(20) |
Dec
(114) |
| 2007 |
Jan
(45) |
Feb
(15) |
Mar
(3) |
Apr
(12) |
May
(6) |
Jun
(14) |
Jul
(8) |
Aug
|
Sep
(14) |
Oct
(5) |
Nov
(21) |
Dec
(9) |
| 2008 |
Jan
(53) |
Feb
(3) |
Mar
(5) |
Apr
(30) |
May
(40) |
Jun
(31) |
Jul
(84) |
Aug
(15) |
Sep
(56) |
Oct
(17) |
Nov
(6) |
Dec
(40) |
| 2009 |
Jan
(9) |
Feb
(11) |
Mar
(39) |
Apr
(8) |
May
(4) |
Jun
(4) |
Jul
(2) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(15) |
Dec
(30) |
| 2010 |
Jan
(4) |
Feb
(22) |
Mar
(6) |
Apr
(6) |
May
(12) |
Jun
(21) |
Jul
(5) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
| 2011 |
Jan
(1) |
Feb
(4) |
Mar
(7) |
Apr
(2) |
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(11) |
Jun
(4) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
(4) |
2
|
3
|
4
|
5
|
6
(2) |
7
|
|
8
|
9
|
10
|
11
|
12
|
13
(4) |
14
(2) |
|
15
(10) |
16
(1) |
17
(2) |
18
|
19
|
20
(1) |
21
|
|
22
(1) |
23
|
24
|
25
|
26
(1) |
27
(9) |
28
|
|
29
|
30
|
31
(2) |
|
|
|
|
|
From: strk <st...@ke...> - 2009-03-31 11:14:33
|
Oh, now realized that's because the php_ext dir is still using it's own own ./configure script and being used as if it was a completely separate project. So basically the build tree path of Ming is passed to configure which then uses rpath over it. I think this should be fixed, or changes in the build tree would affect system behaviour !! --strk; On Tue, Mar 31, 2009 at 01:12:01PM +0200, strk wrote: > I noticed that the php module of Ming gets built > with -rpath pointing to build tree. > > This is in the installed version. > Isn't that horribly wrong ? > > Try ldd /usr/lib/php5/*/ming.so right after > 'make install' .... |
|
From: strk <st...@ke...> - 2009-03-31 11:12:27
|
I noticed that the php module of Ming gets built with -rpath pointing to build tree. This is in the installed version. Isn't that horribly wrong ? Try ldd /usr/lib/php5/*/ming.so right after 'make install' .... --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-27 23:36:52
|
On Fri, Mar 27, 2009 at 09:11:19PM +0100, Albrecht Kleine wrote:
> Hi,
>
>
> > It seems SWFMovie->assignSymbol() is broken
> > for the perl binding. It insists in taking a Character
> > but Text doesn't result as being one.
>
> just done, some minutes ago.
> Thanks for your mail.
Great, test committed :)
BTW, I've noticed that on 'make check' the 'system-wide
installed' module is used rather than the 'just built' one.
I'm pretty sure it used to work some time ago.
Can it be something dependent on perl version ?
test/dotest.pl, which is the script running the testcases
uses this construct:
$ENV{'PERL5LIB'}=$TOP_BUILDDIR."/perl_ext/blib/arch/auto/SWF/:".$TOP_BUILDDIR."/perl_ext/blib/lib";
Still, unless I 'make install' your patch didn't make effect
on 'make check' (ie: old system-installed libs were used).
Any idea?
--strk;
Free GIS & Flash consultant/developer () ASCII Ribbon Campaign
http://foo.keybit.net/~strk/services.html /\ Keep it simple!
|
|
From: Albrecht K. <alb...@gm...> - 2009-03-27 20:11:26
|
Hi, > It seems SWFMovie->assignSymbol() is broken > for the perl binding. It insists in taking a Character > but Text doesn't result as being one. just done, some minutes ago. Thanks for your mail. Bye, Albrecht -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01 |
|
From: strk <st...@ke...> - 2009-03-27 13:10:48
|
It seems SWFMovie->assignSymbol() is broken for the perl binding. It insists in taking a Character but Text doesn't result as being one. PHP is fine. Can any perl hacker check ? The attached testcase can be dropped into test/Movie/assignSymbol to verify the problem --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-27 12:39:05
|
I've noticed there are some discrepancies wrt how to interpret the argument passed to SWFText constructor. For C++ binding it's 2 by default, and creates a DefineText2 in that case, while any other it creates a DefineText. For perl binding, it's 1 by default, creates a DefineText2 when it's 2, DefineText otherwise. For php binding, it's 0 by default, creates a DefineText2 when it's 1 (?!), DefineText otherwise. As for outputscript.c, it seems to always call the Text constructor with no arg, no matter version. I think we should standardize this. A first pass could be to have them all default to 0 and use DefineText2 when it's == 2, and have outputscript.c follow that semantic. I'd go that way, but I dunno if the Text version should really depend on SWF version (thus bound later, at output time). For now, some consistency seems nice anyway. Toughts ? --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-27 10:06:49
|
I'm improving the testsuite and hit the setTabIndex case. It seems Ming C api only allows to add a SETTABINDEX tag in a MOVIE context, not in a MOVIECLIP one. Is this based on official specifications ? --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-27 09:46:22
|
FYI: I've filed this as http://bugs.libming.org/show_bug.cgi?id=85 so we don't loose track of it. --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! On Sat, Dec 13, 2008 at 09:17:25AM -0800, mm w wrote: > test AS2 template CS3 > > function testbranches(a) > { > switch(a) > { > case 1: > if (0) { trace("go comment 0"); break; } > trace("test 1"); > break; > } > } > > a=1; > testbranches(a); > > a=1; > testbranches(a); > > switch(a) > { > case 1: > if (0) { trace("go comment 0"); break; } > trace("test 1"); > break; > } > > output // no error or warning > > test 1 > test 1 > test 1 > > > On Sat, Dec 13, 2008 at 6:20 AM, strk <st...@ke...> wrote: > > Ming doesn't support this: > > > > a=1; > > switch(a) > > { > > case 1: > > if (0) { break; } > > break; > > } > > > > Should it ? Do the adobe tool accept it? > > > > --strk; |
|
From: strk <st...@ke...> - 2009-03-27 08:48:10
|
On Fri, Mar 27, 2009 at 09:24:10AM +0100, strk wrote: > On Fri, Mar 27, 2009 at 04:03:07PM +0900, jay wrote: > > > 1>.\ming.c(3838) : error C2440: 'type cast' : cannot convert from > > 'SWFBlock' to 'SWFMovieBlockType' > > > According to the ChangeLog it was known that MVC doesn't like > union-casts. Try explicitly setting members of a SWFMovieBlockType > union instead, and pass the union to SWFMovie_add_internal. I've committed a likely fix in CVS. Test welcome. --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-27 08:24:49
|
On Fri, Mar 27, 2009 at 04:03:07PM +0900, jay wrote: > 1>.\ming.c(3838) : error C2440: 'type cast' : cannot convert from > 'SWFBlock' to 'SWFMovieBlockType' According to the ChangeLog it was known that MVC doesn't like union-casts. Try explicitly setting members of a SWFMovieBlockType union instead, and pass the union to SWFMovie_add_internal. See `cvs diff -r1.74 -r1.75 mingpp.h` for an equivalent case fixed in the past. --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: jay <j.l...@am...> - 2009-03-27 07:03:20
|
> I'm trying wholeheartedly to compile a Ming PHP 0.4.2 Windows Binary > since I can't for the life of me locate a precompiled version anywhere > on line. > > If anyone knows where I might download one that's compatible with PHP > 5.2.9... > > In any event, I'm running afoul of a number of errors, ones like the > following: > > -- > 1>.\ming.c(436) : error C2065: 'le_swffontcollectionp' : undeclared > identifier > 1>.\ming.c(437) : error C2065: 'fontcollection_class_entry_ptr' : > undeclared identifier > 1>.\ming.c(491) : error C2065: 'le_swfbrowserfontp' : undeclared > identifier > -- > > Build environment is Visual C++ 2008 Express Edition, building against > PHP 5.2.9. > Thanks for any illumination. > A little follow-up: After some further tweaking (like declaring HAVE_NEW_MING as a preprocessor directive and compiling as C as opposed to c++ [I don't know if that's dangerous or not, but it seems to work]) and searching, I've managed to reduce the compiler errors down to the four following ones: -- 1>.\ming.c(3838) : error C2440: 'type cast' : cannot convert from 'SWFBlock' to 'SWFMovieBlockType' 1>.\ming.c(5345) : error C2143: syntax error : missing ';' before 'type' 1>.\ming.c(5347) : error C2065: 'ret' : undeclared identifier 1>.\ming.c(5348) : error C2065: 'ret' : undeclared identifier -- Again, any help/illumination appreciated. PHP I know well. But C/C++ just gives me a headache. -- *:: AMU Mobile ::* Jay Lonnquist / ロンクイスト ジェイ Flash/Web プロジェクト・コード・デザイン - email:j.l...@am... <mailto:j.l...@am...> web:www.amumobile.com <http://www.amumobile.com/> msn: j.l...@am... |
|
From: jay <j.l...@am...> - 2009-03-26 07:06:49
|
I'm trying wholeheartedly to compile a Ming PHP 0.4.2 Windows Binary since I can't for the life of me locate a precompiled version anywhere on line. If anyone knows where I might download one that's compatible with PHP 5.2.9... In any event, I'm running afoul of a number of errors, ones like the following: -- 1>.\ming.c(436) : error C2065: 'le_swffontcollectionp' : undeclared identifier 1>.\ming.c(437) : error C2065: 'fontcollection_class_entry_ptr' : undeclared identifier 1>.\ming.c(491) : error C2065: 'le_swfbrowserfontp' : undeclared identifier -- Build environment is Visual C++ 2008 Express Edition, building against PHP 5.2.9. Thanks for any illumination. Regards, - Jay -- *:: AMU Mobile ::* Jay Lonnquist / ロンクイスト ジェイ Flash/Web プロジェクト・コード・デザイン - email:j.l...@am... <mailto:j.l...@am...> web:www.amumobile.com <http://www.amumobile.com/> msn: j.l...@am... |
|
From: Albrecht K. <alb...@gm...> - 2009-03-22 13:09:06
|
Hi, did you try the cvs version also ? I tried two similar Perl programs with today´s cvs and it works quite good -- but once again -- using the Perl interface. Bye, Albrecht -- Aufgepasst: Sind Ihre Daten beim Online-Banking auch optimal geschützt? Jetzt absichern: https://homebanking.gmx.net/?mc...@fo... |
|
From: Russ A. <rus...@gm...> - 2009-03-20 03:12:55
|
Hello,
I'm using PHP with libming 0.4.2 to import a font from one swf into another
and use it in the second. In the process of working on this, I discovered a
potential bug. Here's the PHP:
$swf_font = new SWFMovie(8);
$swf_font->setDimension(100, 100);
$swf_font->setRate(30);
$f = new SWFFont("arial.ttf");
$fc = $swf_font->addFont($f);
$fc->addChars("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
$swf_font->addExport($fc,"arial");
$swf_font->save("arial_font.swf", 0);
$swf_impt = new SWFMovie(8);
$swf_impt->setDimension(11000, 8000);
$swf_impt->setRate(30);
$fc = $swf_impt->importFont("arial_font.swf","arial");
$swf_impt->add($fc);
$txtfield = new SWFTextField(SWFTEXTFIELD_NOEDIT);
$txtfield->setHeight(14);
$txtfield->setColor(0xff, 0x33, 0x33);
$txtfield->setFont($fc);
$txtfield->addString("ABC");
$swf_impt->add($txtfield);
$swf_impt->save("arial_import.swf", 0);
As you can see, in the first block I'm creating the font swf file. In the
second block I'm importing a font, which returns a SWFFontCharacter. Later
I try to SWFTextField::setFont() with SWFFontCharacter. If I'm reading
php_ming.c correctly, I should be able to SWFTextField::setFont() on a
SWFFontCharacter or a SWFFont. However, I'm getting a segfault on the
setFont method instead. I dug around a bit, and I think I know why.
In movie.c::SWFMovie_importFont, you see that it returns a dummy
SWFFontCharacter. In specific the SWFFontCharacter returned does not have
the "font" member specified. The segfault happens a little later in
blocks/font.c::SWFFont_getFlags().
I found that returning NULL from blocks/font.c::SWFFont_getFlags() at least
prevents the segfault, but this probably not the desired behavior.
Thanks,
Russ
|
|
From: strk <st...@ke...> - 2009-03-17 08:14:22
|
On Tue, Mar 17, 2009 at 09:01:30AM +0100, strk wrote: > It doesn't seem that perl extention gets installed > properly on make install. > Does anyone else experience this ? It seems to be a dependency problem. Wiping out build tree and rebuilding fixes it. --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-17 08:01:47
|
It doesn't seem that perl extention gets installed properly on make install. Does anyone else experience this ? --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: Albrecht K. <alb...@gm...> - 2009-03-16 19:18:12
|
Hi, > > Another thing: could you send me the SWF generated for > > the alpha jpeg so I see how does swfextract deals with > > that ? > > Tested myself, after fixing the extension to take a non-null I was just about to send the file, but you already did the job :) Bye, Albrecht -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01 |
|
From: strk <st...@ke...> - 2009-03-15 22:02:44
|
I'm sure some of you know what I'm talking about: there are SWF out there containing bitmap fill styles referencing unexistent (never defined) character id 65535. When it comes to decompile these movies, it might be useful being able to also produce such cases. What would you think about allowing a NULL SWFBitmap argument here to trigger that behaviour ? SWFFillStyle newSWFBitmapFillStyle(SWFBitmap bitmap, byte flags) --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-15 21:41:56
|
On Sun, Mar 15, 2009 at 10:24:37PM +0100, strk wrote: > On Sun, Mar 15, 2009 at 06:24:30PM +0100, Albrecht Kleine wrote: > > Hi, > > > > > I'm not sure I see a case for handling alpha separaterly. > > > At least I tought the core lib would read alpha when available > > > in input (say png). > > > Jpeg with alpha would be impossible to generate with Ming, > > > by relying on that. > > > > So we need still some old code. > > A testing case inside ming distribution you'll find in > > > > per_ext/examples/alphafill.cgi > > > > This is one of Soheil's examples I have made runnig again last month, > > now once more broken. > > Ok, I took a closer look now and see what you mean. > A couple of questions: > 1. Would a PNG make any difference at compression > level when alpha is desired ? > 2. Shouldn't the caller be explicit when it wants > a JPEG with ALPHA rather than a generic bitmap ? > > Another thing: could you send me the SWF generated for > the alpha jpeg so I see how does swfextract deals with > that ? Tested myself, after fixing the extension to take a non-null alpha parameter as a signal that the filename is a jpeg. Swfextract just doesn't extract the alpha channel... --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-15 21:24:55
|
On Sun, Mar 15, 2009 at 06:24:30PM +0100, Albrecht Kleine wrote: > Hi, > > > I'm not sure I see a case for handling alpha separaterly. > > At least I tought the core lib would read alpha when available > > in input (say png). > > Jpeg with alpha would be impossible to generate with Ming, > > by relying on that. > > So we need still some old code. > A testing case inside ming distribution you'll find in > > per_ext/examples/alphafill.cgi > > This is one of Soheil's examples I have made runnig again last month, > now once more broken. Ok, I took a closer look now and see what you mean. A couple of questions: 1. Would a PNG make any difference at compression level when alpha is desired ? 2. Shouldn't the caller be explicit when it wants a JPEG with ALPHA rather than a generic bitmap ? Another thing: could you send me the SWF generated for the alpha jpeg so I see how does swfextract deals with that ? --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-15 17:39:31
|
On Sun, Mar 15, 2009 at 12:15:46PM +1100, Justin Clift wrote: > If you're asking whether files that get extracted should have an > extension that matches their file type, then absolutely. Not really what I was asking. I'm thinking about an intermediate step, *before* extracting. This step would be expecting user to perform extraction manually, using another tool (until one is provided by Ming). A tool I know for this, currently, is swfextract from SWFTools. This tool extracts bitmaps into either JPEG files or PNG files and I dunno based on what. If I know what the policy is, we can use the same one to guess what would the filename be called when generating script code (C++,perl,php,python, whatever) from an SWF. An attempt to test this (see how swfextract extract bitmaps based on tag type): TAG_TYPE FILENAME PNG JPG ----------------------------------------------------- DEFINEBITS 2008-election.swf N Y DEFINEBITSJPEG2 215251_escapetheroom.swf N Y DEFINELOSSLESS2 2008-election.swf Y N DEFINELOSSLESS 215251_escapetheroom.swf Y N Question is: is it general that DEFINEBITS results in a jpg or can it be a png too ? (for example). --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: strk <st...@ke...> - 2009-03-15 17:29:56
|
On Sun, Mar 15, 2009 at 06:24:30PM +0100, Albrecht Kleine wrote: > Hi, > > > I'm not sure I see a case for handling alpha separaterly. > > At least I tought the core lib would read alpha when available > > in input (say png). > > Jpeg with alpha would be impossible to generate with Ming, > > by relying on that. > > So we need still some old code. > A testing case inside ming distribution you'll find in > > per_ext/examples/alphafill.cgi > > This is one of Soheil's examples I have made runnig again last month, > now once more broken. Another test is in TOPLEVEL/test/Bitmap/test01.pl, worth adding more in there. --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: Albrecht K. <alb...@gm...> - 2009-03-15 17:24:45
|
Hi, > I'm not sure I see a case for handling alpha separaterly. > At least I tought the core lib would read alpha when available > in input (say png). > Jpeg with alpha would be impossible to generate with Ming, > by relying on that. So we need still some old code. A testing case inside ming distribution you'll find in per_ext/examples/alphafill.cgi This is one of Soheil's examples I have made runnig again last month, now once more broken. Bye, Albrecht -- Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem für nur 17,95 ¿/mtl. + 1 Monat gratis!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a |
|
From: strk <st...@ke...> - 2009-03-15 17:15:52
|
On Sun, Mar 15, 2009 at 06:11:16PM +0100, Albrecht Kleine wrote: > Hi, > > just added another constructor method using open file handle > to bitmap.xs + POD in bitmap.pm. I hope this was somewhat your intention. More or less. My primarly goal was to support loading png files actually, but since I was there I tought it was a good idea to drop the extension checking as a whole, since the core lib supports it. > At all using file handles gives some really nice possibilites :-) > and I would not like to miss it in the future. Sure, my code does create an SWFInput from the filename in any case, so you might as well skip the file opening. > @strk: Also I've seen your addition. Very good! .. > but please do add also some lines for handling alpha files. I'm not sure I see a case for handling alpha separaterly. At least I tought the core lib would read alpha when available in input (say png). Jpeg with alpha would be impossible to generate with Ming, by relying on that. For clarity, I'm just working on what makes it easier for me to decompile SWFs to perl scripts for analisys/optimization. --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |
|
From: Albrecht K. <alb...@gm...> - 2009-03-15 17:11:31
|
Hi, just added another constructor method using open file handle to bitmap.xs + POD in bitmap.pm. I hope this was somewhat your intention. At all using file handles gives some really nice possibilites :-) and I would not like to miss it in the future. @strk: Also I've seen your addition. Very good! .. but please do add also some lines for handling alpha files. Have a nice day! Bye, Albrecht -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01 |