2008-07-03 15:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbgd/tests/imgs_in/gdlogobig.png
- contrib/hbgd/tests/imgs_in/conv_test.jpg
- contrib/hbgd/tests/imgs_in/theclipper.gif
+ contrib/hbgd/tests/imgs_in/harbour.gif
+ contrib/hbgd/tests/imgs_in/gdlogo.png
+ contrib/hbgd/tests/imgs_in/conv_tst.jpg
* contrib/hbgd/tests/gdtest.prg
* contrib/hbgd/tests/tostring.prg
* contrib/hbgd/tests/gdtestcl.prg
* Removing long filenames in hbgd (part 3/3)
2008-07-03 15:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbgd/tests/images_in
- contrib/hbgd/tests/images_out
+ contrib/hbgd/tests/imgs_in
+ contrib/hbgd/tests/imgs_out
* contrib/hbgd/tests/gdtest.prg
* contrib/hbgd/tests/bartest.prg
* contrib/hbgd/tests/barms.prg
* contrib/hbgd/tests/test_out.prg
* contrib/hbgd/tests/tostring.prg
* contrib/hbgd/tests/gdtestcl.prg
* contrib/hbgd/tests/animgif.prg
* contrib/hbgd/tests/testdpi.prg
* contrib/hbgd/tests/counter.prg
* contrib/hbgd/tests/antialia.prg
* Removing long filenames in hbgd (part 2/3)
! Added SVN headers.
! Fixed to not use hbcompat.ch.
2008-07-03 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbgd/Makefile
* contrib/hbgd/common.mak
- contrib/hbgd/gdexternal.ch
+ contrib/hbgd/gdextern.ch
- contrib/hbgd/tests/gdtestcls.prg
+ contrib/hbgd/tests/gdtestcl.prg
- contrib/hbgd/tests/antialiased.prg
+ contrib/hbgd/tests/antialia.prg
! Removing long filenames in hbgd (part 1/3)
This commit is contained in:
@@ -8,21 +8,33 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-07-03 15:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
- contrib/hbgd/tests/imgs_in/gdlogobig.png
|
||||
- contrib/hbgd/tests/imgs_in/conv_test.jpg
|
||||
- contrib/hbgd/tests/imgs_in/theclipper.gif
|
||||
+ contrib/hbgd/tests/imgs_in/harbour.gif
|
||||
+ contrib/hbgd/tests/imgs_in/gdlogo.png
|
||||
+ contrib/hbgd/tests/imgs_in/conv_tst.jpg
|
||||
* contrib/hbgd/tests/gdtest.prg
|
||||
* contrib/hbgd/tests/tostring.prg
|
||||
* contrib/hbgd/tests/gdtestcl.prg
|
||||
* Removing long filenames in hbgd (part 3/3)
|
||||
|
||||
2008-07-03 15:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
- hbgd/tests/images_in
|
||||
- hbgd/tests/images_out
|
||||
+ hbgd/tests/imgs_in
|
||||
+ hbgd/tests/imgs_out
|
||||
* hbgd/tests/gdtest.prg
|
||||
* hbgd/tests/bartest.prg
|
||||
* hbgd/tests/barms.prg
|
||||
* hbgd/tests/test_out.prg
|
||||
* hbgd/tests/tostring.prg
|
||||
* hbgd/tests/gdtestcl.prg
|
||||
* hbgd/tests/animgif.prg
|
||||
* hbgd/tests/testdpi.prg
|
||||
* hbgd/tests/counter.prg
|
||||
* hbgd/tests/antialia.prg
|
||||
- contrib/hbgd/tests/images_in
|
||||
- contrib/hbgd/tests/images_out
|
||||
+ contrib/hbgd/tests/imgs_in
|
||||
+ contrib/hbgd/tests/imgs_out
|
||||
* contrib/hbgd/tests/gdtest.prg
|
||||
* contrib/hbgd/tests/bartest.prg
|
||||
* contrib/hbgd/tests/barms.prg
|
||||
* contrib/hbgd/tests/test_out.prg
|
||||
* contrib/hbgd/tests/tostring.prg
|
||||
* contrib/hbgd/tests/gdtestcl.prg
|
||||
* contrib/hbgd/tests/animgif.prg
|
||||
* contrib/hbgd/tests/testdpi.prg
|
||||
* contrib/hbgd/tests/counter.prg
|
||||
* contrib/hbgd/tests/antialia.prg
|
||||
* Removing long filenames in hbgd (part 2/3)
|
||||
! Added SVN headers.
|
||||
! Fixed to not use hbcompat.ch.
|
||||
|
||||
@@ -40,7 +40,7 @@ PROCEDURE Main()
|
||||
im := gdImageCreate(200, 200)
|
||||
|
||||
/* Load an image in memory from file */
|
||||
im2 := gdImageCreateFromJpeg( IMAGES_IN + "conv_test.jpg")
|
||||
im2 := gdImageCreateFromJpeg( IMAGES_IN + "conv_tst.jpg")
|
||||
|
||||
/* Now work on first empty image */
|
||||
|
||||
@@ -108,8 +108,8 @@ PROCEDURE Main()
|
||||
/* Write Images on files */
|
||||
gdImagePng(im, IMAGES_OUT + "rect.png")
|
||||
|
||||
gdImagePng(im2, IMAGES_OUT + "conv_test.png")
|
||||
gdImageJpeg(im2, IMAGES_OUT + "conv_test.jpg")
|
||||
gdImagePng(im2, IMAGES_OUT + "conv_tst.png")
|
||||
gdImageJpeg(im2, IMAGES_OUT + "conv_tst.jpg")
|
||||
|
||||
/* Destroy images in memory */
|
||||
gdImageDestroy(im)
|
||||
|
||||
@@ -45,8 +45,8 @@ PROCEDURE Main()
|
||||
oI := GDImage():Create( 200, 200 )
|
||||
|
||||
/* Load an image in memory from file */
|
||||
oI2 := GDImage():LoadFromJpeg( IMAGES_IN + "conv_test.jpg" )
|
||||
oI5 := GDImage():LoadFromJpeg( IMAGES_IN + "conv_test.jpg" )
|
||||
oI2 := GDImage():LoadFromJpeg( IMAGES_IN + "conv_tst.jpg" )
|
||||
oI5 := GDImage():LoadFromJpeg( IMAGES_IN + "conv_tst.jpg" )
|
||||
|
||||
/* Now work on first empty image */
|
||||
|
||||
@@ -270,7 +270,7 @@ PROCEDURE Main()
|
||||
red := oI5:SetColor(250, 0, 0)
|
||||
|
||||
// Load an image as brush
|
||||
oB := GDImage():LoadFromJpeg( IMAGES_IN + "conv_test.jpg" )
|
||||
oB := GDImage():LoadFromJpeg( IMAGES_IN + "conv_tst.jpg" )
|
||||
oB:Zoom(15)
|
||||
|
||||
// oI5:AddDef( "MAXVALUE", 150 )
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
@@ -32,7 +32,7 @@ PROCEDURE Main()
|
||||
*/
|
||||
|
||||
/* Load an image from file */
|
||||
oI := GDImage():LoadFromFile( IMAGES_IN + "conv_test.jpg" )
|
||||
oI := GDImage():LoadFromFile( IMAGES_IN + "conv_tst.jpg" )
|
||||
|
||||
oI:SaveJpeg( IMAGES_OUT + "testfile.jpg" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user