PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > vBGallery Support > vBGallery Suggestions

vBGallery Suggestions Post your comments, suggestions, and other feedback about PhotoPost vBGallery here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 18th, 2005, 01:25 AM   #41 (permalink)
Ultimate Member
Verified Customer
 
Join Date: May 2004
Location: Tempe, Arizona
Posts: 2,240
Send a message via MSN to mholtum Send a message via Yahoo to mholtum
Re: ImageMagick vs GD

wsftp is decent as is cuteftp. Check out www.tucows.com there are a few. I use CuteFTP Pro. (not free) For a great Open source FTP program that is completely free, try filezilla.

I am not sure if the FTP in Dreamweaver is the issue.. Probably not. Just a thought.
mholtum is offline   Reply With Quote
Old June 18th, 2005, 01:33 AM   #42 (permalink)
Member
Verified Customer
 
Join Date: May 2005
Posts: 77
Re: ImageMagick vs GD

Quote:
Originally Posted by mholtum
wsftp is decent as is cuteftp. Check out www.tucows.com there are a few. I use CuteFTP Pro. (not free) For a great Open source FTP program that is completely free, try filezilla.

I am not sure if the FTP in Dreamweaver is the issue.. Probably not. Just a thought.
Thanks Hotlum, I'll try, yes I don't think it is the issue either, however it's worth a shot and I appreciate your time and help.

At this point I think this has us all (Brian, myself and my host) stumped.

I hope Brian comes along and proves me wrong!!! I know the guy is real busy right now so I'll have to be patient ( I guess I'm a patient waiting for the doctor of coding to help me).

By the way, is there a noticeable difference between GD2 and ImageMagick resizing IMAGE QUALITY?

I really need my site to go live tomorrow, perhaps I don't need to keep pushing to try ImageMagick (since it doesn't work for me) if GD2 has the same quality (although from what I've heard ImageMagick is faster and less server intensive so at some point I would like to have it working!)


***edit, I found this info about the quality comparison (between GD2 and Image::Magick) if anyone wishes to have a look:
http://www.webmasterworld.com/forum88/5695.htm
cgmojoco is offline   Reply With Quote
Old June 18th, 2005, 01:52 AM   #43 (permalink)
Ultimate Member
Verified Customer
 
Join Date: May 2004
Location: Tempe, Arizona
Posts: 2,240
Send a message via MSN to mholtum Send a message via Yahoo to mholtum
Re: ImageMagick vs GD

I used GD2 first because I couldnt get IM to function properly.. But when I figured it out the only difference I saw was speed. The quality was the same. What path are you using for IM? I finally got it to work with /usr/bin/
mholtum is offline   Reply With Quote
Old June 18th, 2005, 02:08 AM   #44 (permalink)
Member
Verified Customer
 
Join Date: May 2005
Posts: 77
Re: ImageMagick vs GD

Quote:
Originally Posted by mholtum
I used GD2 first because I couldnt get IM to function properly.. But when I figured it out the only difference I saw was speed. The quality was the same. What path are you using for IM? I finally got it to work with /usr/bin/
The script that I ran (see my original post in this thread) stated that it found Image::Magick and that is was functioning correctly in directory:
/usr/local/bin/

I've tried using this path in VBaGallery along with:
/usr/local/bin
/usr/bin/
/usr/bin

and plenty more, none work at the moment.

My host (Ipower) swears that Image::Magick is installed and functioning correctly...they ran their own tests as well.

I am going to bang my head through a wall if I find out that this is my simple mistake somewhere!

By the way, for some this might be a helpful troubleshooter, this was the tool I used to test ImageMagicks compatability (see attached)---you upload the files to your cgi-bin and run them, it runs a test and prints the results to screen.
Attached Files
File Type: zip imagemagick.zip (24.3 KB, 10 views)
cgmojoco is offline   Reply With Quote
Old June 18th, 2005, 02:43 AM   #45 (permalink)
Ultimate Member
Verified Customer
 
Join Date: May 2004
Location: Tempe, Arizona
Posts: 2,240
Send a message via MSN to mholtum Send a message via Yahoo to mholtum
Re: ImageMagick vs GD

I actually had to get Brian to look at my issue and with shell access he was able to figure it out for me..
mholtum is offline   Reply With Quote
Old June 18th, 2005, 08:18 AM   #46 (permalink)
Member
Verified Customer
 
Join Date: Sep 2004
Posts: 107
Re: ImageMagick vs GD

imagemagick definately
imported_Blaminator is offline   Reply With Quote
Old June 20th, 2005, 08:56 PM   #47 (permalink)
Member
Verified Customer
 
Join Date: May 2005
Posts: 77
Re: ImageMagick vs GD

Quote:
Originally Posted by mholtum
I actually had to get Brian to look at my issue and with shell access he was able to figure it out for me..
Unfortunatley, I do not have shell access to the server, yes, I'm sure Brian would have figured it out already if I did

Just for future reference, in case anyone else needs this info, I used the filezilla FTP program and was able to select the correct uploading format (ASCII vs. Binary).

FYI after re-uploading and re-installing gallery, I still receive the same error, this was not the problem.

Thanks-
Chris
cgmojoco is offline   Reply With Quote
Old June 23rd, 2005, 02:46 AM   #48 (permalink)
Member
 
Join Date: Mar 2005
Posts: 82
Re: ImageMagick vs GD

After reading this thread, I decided to give IM a try. Seemed to work on my first attempt. However, I uploaded a few pics to test that it was working and got some surprising results. My gallery options are to keep originals, resize normal image to 600, and keep original quality (-1). Below are the file size results of one particular image after being resized:

imagemagick
1024x768 => 199.01 kb (original)
600x480 => 84.87kb (normal)

GD2
1024x768 => 199.01 kb (original)
600x480 => 26.68 kb (normal)

Any ideas?
Grae is offline   Reply With Quote
Old June 23rd, 2005, 05:28 AM   #49 (permalink)
Member
Verified Customer
 
Join Date: May 2005
Posts: 77
Re: ImageMagick vs GD

Quote:
Originally Posted by Grae
After reading this thread, I decided to give IM a try. Seemed to work on my first attempt. However, I uploaded a few pics to test that it was working and got some surprising results. My gallery options are to keep originals, resize normal image to 600, and keep original quality (-1). Below are the file size results of one particular image after being resized:

imagemagick
1024x768 => 199.01 kb (original)
600x480 => 84.87kb (normal)

GD2
1024x768 => 199.01 kb (original)
600x480 => 26.68 kb (normal)

Any ideas?
Perhaps the larger file size also means that the visual quality is better. This is what I am seeking, I just need a little bit more quality and can afford a little bit bigger file sizes.

I hope it's not bigger and the SAME quality!
cgmojoco is offline   Reply With Quote
Old June 23rd, 2005, 06:36 AM   #50 (permalink)
Junior Member
Verified Customer
 
Join Date: Apr 2005
Posts: 24
Re: ImageMagick vs GD

I'm not sure about what happend with the size problem here but I remeber that I had to hack coppermine so it uses a different commandline with imagemagic.

the problem there was that I was uploading photos I made with my digital camera and it saves a huge amount of metadata with the files, like all settings used for the photograph, time and when I changed the script to strip this information of when creating the thumbs and resizing it had a huge impact on the size of the result files.
dafire is offline   Reply With Quote
Old June 26th, 2005, 01:30 AM   #51 (permalink)
Member
Verified Customer
 
Join Date: May 2005
Posts: 77
Re: ImageMagick vs GD

I just started using ImageMagick and it was worth the weeks wait while Brian figured out what was wrong with the settings my host had implemented on the server.

ImageMagick is faster and has better quality.
cgmojoco is offline   Reply With Quote
Old November 26th, 2006, 07:23 PM   #52 (permalink)
Member
 
Join Date: Feb 2006
Posts: 139
does this have anything to do with the quality of thumbnails?
sinjix is offline   Reply With Quote
Reply


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

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ImageMagick twitch Installs and Upgrade - vBulletin 3.5.X 13 October 31st, 2005 04:49 PM
ImageMagick 6.2.3 ConqSoft Installs and Upgrade - vBulletin 3.5.X 1 July 20th, 2005 04:53 PM
Where is ImageMagick? digidivakathy Photopost Pro Installation & Upgrades 1 July 3rd, 2005 09:46 PM
No ImageMagick or GD imported_ihatetyping How Do I? - vBulletin 3.0.X 1 May 15th, 2005 09:39 AM
G2 To Imagemagick merseybeat Photopost Pro Installation & Upgrades 8 February 18th, 2005 02:33 PM


All times are GMT -5. The time now is 01:31 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0