RE: [PHP] saving images into pdf file using PDFlib

2003-08-14 Thread jan
Yes, it looks like that's the problem (print pixels vs. view pixels). i've found out that PDFlib is importing images as 72dpi images no matter if they really are 72dpi or not :( so now my images are about 4-times smaller as they should be. any suggestions ? : Regards Jan On Wed, 2003-08-13 at

RE: [PHP] saving images into pdf file using PDFlib

2003-08-14 Thread Jay Blanchard
[snip] im saving image into pdf with: $image = pdf_load_image($p, 'jpeg', $picture_path, ""); pdf_fit_image($p, $image, $x_im, $y_im, ""); pdf_close_image($p, $image); image is 150px x 100px but in genereted pdf file it looks much smaller. im viewing mentioned pdf file with 100% view ratio. i'v

[PHP] saving images into pdf file using PDFlib

2003-08-14 Thread jan
Hi im saving image into pdf with: $image = pdf_load_image($p, 'jpeg', $picture_path, ""); pdf_fit_image($p, $image, $x_im, $y_im, ""); pdf_close_image($p, $image); image is 150px x 100px but in genereted pdf file it looks much smaller. im viewing mentioned pdf file with 100% view ratio. i've

[PHP] saving images from mysql to file

2001-02-05 Thread Phillip M.(Mike) Bishop
I have a mysql database of images that I would like to save each image to a file on my server. Hw do I read the image from mysql and write it to a file? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] Saving Images...

2001-01-24 Thread Miguel Loureiro
Hi, could you tell me how to save image created ( with ImageCreate , and other stuff ..), there is any SaveImageAs... or something like that ? Do you know where can I find tutorials about creating, using thumb nails? Thanks your time... Miguel Loureiro < [EMAIL PROTECTED] > ENJOY LIFE...