Hi,
I've come to use your pre-compiled netpbm package on a project I am developing right now... everything works very good except one thing...
is there anyway for you to precompile pbmtext and pbmlabel for me?
please e-mail me or something :smile:
sorry for putting this here... just don't know where else :smile:
Posts: 8194
What platform is your system (i.e. operating system/architecure?)
Posts: 5
since I am not the server administrator I can't tell exactly, however the package of netpbm that works for me is:
netpbm1.1-gallery1.0-linux2.2-redhat6.2-intel
so I guess I am running on RedHat 6.2 :grin: thanks in advance
Posts: 3474
Okay... grab them at http://www.beckettmw.com/downloads .
I'll leave them up for a day or two.
-Beckett (
)
Posts: 5
thanks... I hope it works :smile:
Posts: 3474
Well let me know. :roll:
Posts: 5
hmm I just upload them then rename them to no extensions and call it up right?
ehhe I was about to try it :wink:
Posts: 5
ok I must be a total dope...
http://netpbm.sourceforge.net/doc/ppmlabel.html doesn't make sense... do I need ppmdraw?
here's the script I am trying to use to test it:
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE>
<?PHP
include "Settings.php";
Global $netpbm, $galdir;
$to_jpegtopnm = $netpbm . "/jpegtopnm";
$to_ppmtojpeg = $netpbm . "/ppmtojpeg";
$to_label = $netpbm . "/ppmlabel";
$image = $galdir."/bumper.jpg";
$newfile = $galdir."/bumper4.jpg";
$text = "I am label";
exec("$to_jpegtopnm "$image" | " .
"$to_label -text $text |" .
"$to_ppmtojpeg> "$newfile"");
#exec("$to_jpegtopnm "$image" | $to_ppmtojpeg > "$newfile"", $results, $status);
print $netpbm."<br>";
print $galdir."<br>";
print $image."<br>";
print $newfile."<br>";
?> </TD></TR></TABLE><!-- BBCode End -->
the commented exec line works fine... it's just for veryfying that everything is set correct :grin:
Posts: 3474
You should put questions like this in the *Customization Forum*. So move any further questions there.
Also, we have absolutely no idea what you're trying to do here, so you'll have to explain yourself a lot better if you want to get some responses. It sounds like you're having issues on specific other NetPBM programs... you might want to look to them for anwsers, rather than the Gallery forum.