Current location: Hot Scripts Forums » Programming Languages » PHP » Modify an image directly on a remote computer


Modify an image directly on a remote computer

Reply
  #1 (permalink)  
Old 01-06-04, 07:54 AM
ArtKeep ArtKeep is offline
New Member
 
Join Date: Jan 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Modify an image directly on a remote computer

Hi,

I need to know how can I modify an image directly on a remote computer. So, between the main server and the remote computer = no transfer. All must be done on the remote computer but the script must be on the main server. The script can be done in any language.

I try to modify a image with gd and a ftp server( exemple : $picsrc = @imagecreatefromjpeg(ftp://user pass@host/www/picture.jpg); ) but this make a transfer of the picture because $picsrc is on the main server memory. So GD cannot doing that.

Sorry for my poor English and this is very important.

Thank

You can see this post on other forums
Reply With Quote
  #2 (permalink)  
Old 01-06-04, 07:58 AM
Stefan's Avatar
Stefan Stefan is offline
Junior Code Guru
 
Join Date: Jun 2003
Location: Utrecht, The Netherlands
Posts: 599
Thanks: 0
Thanked 0 Times in 0 Posts
this is virtually impossible without transferring the file. you'd need to download the image to your script server, edit the image, then upload it again. php has excellent ftp support, so this can be done using ftp in php.
Reply With Quote
  #3 (permalink)  
Old 01-06-04, 08:03 AM
ArtKeep ArtKeep is offline
New Member
 
Join Date: Jan 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
More information : The remote server is a client machine and this will handling big picture(2 to 5 megs)

In Flash, do you think this can be a solution because is directly on a client machine.

Thank

Last edited by ArtKeep; 01-06-04 at 08:05 AM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Modify Google image search benska Script Requests 0 11-12-03 04:04 PM


All times are GMT -5. The time now is 08:20 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.