O E

Show:

What's happening?

  • Followup: RE: how to get higher resolution cam images

    the referenced "setMode" is this one: http://xrl.us/bevwa9 (Link to livedocs.adobe.com) Steps: 1. You start flashcam with a higher resolution: -s 1600x1200 2. in Flash/Actionscript: cam=Camera.getCamera(); wcam = new Video(videoWidth, videoHeight); cam.setQuality( 0, 0 ); cam.setMode(1600, 1200, 25, false); wcam.attachCamera(cam); --- [ not sure about...

    2009-06-08 09:40:39 UTC in Flashcam

  • Followup: RE: how to get higher resolution cam images

    just to note that it is working fine for me, without patching the code, just using -s 1600x1200 (as does 800x600) works. the only important thing is, that the setMode command in flash uses exactly the same setting, otherwise the picture is only ugly pixel mixup.

    2009-03-25 10:04:19 UTC in Flashcam

  • Comment: PDFToImage: Wrong positions of page elements (and more)

    Logged In: YES user_id=31619 upload does not work, find the files here: http://www.propagandaclub.de/oliver_JJBNHGFCEPOLI/.

    2005-04-17 16:05:17 UTC in PDFBox

  • PDFToImage: Wrong positions of page elements (and more)

    (See attached the original PDF [generated with iText], the JPG generated at my site) ==1== Positions of pictures seem to be horizontally swapped. Something like pos_y needs to be PAGE_HEIGHT - pos_y ==2== Text positions are - at certain circumstances - stretched by a factor, approx. two. the "circumstance" seems to be the fact when the text is _horizontally scaled_. In...

    2005-04-17 14:27:38 UTC in PDFBox

  • Wrong handling of signed/unsigned byte/int

    ==1== MemoryTTFDataStream.java, method read(), approx. line 119: this: retval = data[currentPosition]; is wrong, needs to be byte retval_byte = data[currentPosition]; retval = retval_byte >= 0 ? retval_byte : ((int) retval_byte) + 256; if you really want to return an _un_signed value (so, 0 to 255), as stated in the javadoc. (in the wrong version, data is a byte...

    2005-04-14 08:38:26 UTC in PDFBox

  • JDict

    verae committed patchset 227 of module jdict to the JDict CVS repository, changing 5 files.

    2004-09-02 08:46:09 UTC in JDict

  • JDict

    verae committed patchset 226 of module jdict to the JDict CVS repository, changing 30 files.

    2004-08-30 08:09:55 UTC in JDict

  • JDict

    verae committed patchset 225 of module jdict to the JDict CVS repository, changing 1 files.

    2004-08-04 07:32:09 UTC in JDict

  • Comment: UfoEdit

    Logged In: YES user_id=31619 As of Dec 2003 ufolib is integrated in SW, and so *my* ufolib is obsolete now.Just assign a UFF font to MutiEdit, should work. the only (but crucial :-( ) missing is an input method, but i have seen in the news, you already think of that ;-)

    2004-02-11 22:04:09 UTC in JDict

  • JDict

    verae committed patchset 224 of module jdict to the JDict CVS repository, changing 68 files.

    2004-02-11 21:31:13 UTC in JDict

About Me

  • 2000-05-09 (9 years ago)
  • 31619
  • verae (My Site)
  • O E

Send me a message