Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 3 Support Thread (for ZC v1.3.9)

Image Handler 3 Support Thread (for ZC v1.3.9)

Views: 180,258

Results 881 to 900 of 1,099
23 Feb 2012, 05:30
#881
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Image Handler 3 Support Thread (for ZC v1.3.9)

jjj0923:

I'm not interested in where IH3 save the image I already know that.

I'm interested in the exact place in the code where the standard version of Zencart 1.39 actually saves the uploaded image. I have another project in mind and since people here are very familiar with the code I figured I'd ask here first.

thanks in advance.Not to be a nag, but since this is NOT an Image Handler specific question, you should post it elsewhere in it's own topic..

29 Feb 2012, 06:41
#882
gruntre69 avatar

gruntre69

Zen Follower

Join Date:
Aug 2005
Location:
Australia
Posts:
103
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Has anybody tried to use this with 1.5?

I have but can't get it to work. I've rechecked the files a few times and everything is there but no joy...

No IH3 in admin link tools..... I guess it need some rewriting for 1.5???

29 Feb 2012, 07:19
#883
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

gruntre69:

Has anybody tried to use this with 1.5?

I have but can't get it to work. I've rechecked the files a few times and everything is there but no joy...

No IH3 in admin link tools..... I guess it need some rewriting for 1.5???

If you noticed....there are many mods that are not working with 1.5 yet and this is one of them. Since the code for 1.5 was changed so much the codes for mods also had to adapt and as soon as the people trying to update this one for 1.5 get a working model then you will have it also.

It is not something that is going to happen overnight, sorry

29 Feb 2012, 10:59
#884
godjira avatar

godjira

New Zenner

Join Date:
Apr 2010
Location:
Melksham, UK
Posts:
6
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

is there any mileage in incorporating timthumb in to the re-worked Image Handler?

On the downside it's externally maintained code, but you could say that about PHP or jquery.

On the plus side it does the image resizing on the fly and could feasibly be dropped in to the zen_image function. It also has a crop function for when you absolutely need your images square.

I'm working with it now for a site where I need to resize the attribute images.

29 Feb 2012, 15:59
#885
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

godjira:

is there any mileage in incorporating timthumb in to the re-worked Image Handler?

On the downside it's externally maintained code, but you could say that about PHP or jquery.

On the plus side it does the image resizing on the fly and could feasibly be dropped in to the zen_image function. It also has a crop function for when you absolutely need your images square.

I'm working with it now for a site where I need to resize the attribute images.Sure I can see a lot of value as TimThumb includes options that are not part of the current Image Handler featureset. In particular these features:

  • alignment - Crop alignment. c = center, t = top, b = bottom, r = right, l = left. The positions can be combined to create diagonal positions
  • zoom / crop - Change the cropping and scaling settings
  • filters - too many to mention. Let's you apply image filters to the modify the resized picture. For instance you can change brightness/ contrast or even blur the image
  • sharpen - Apply a sharpen filter to the image, makes scaled down images look a little crisper
    I wouldn't try to link to TimThumb persay, but porting/integrating these features into Image Handler seems like a SMASHING idea..

Now that said would YOU be interested in updating Image Handler to make these changes?? Frankly I don't have the bandwidth to tackle this and this change is also a bit over my head to tackle..

29 Feb 2012, 16:02
#886
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

gruntre69:

Has anybody tried to use this with 1.5?

I have but can't get it to work. I've rechecked the files a few times and everything is there but no joy...

No IH3 in admin link tools..... I guess it need some rewriting for 1.5???
Doesn't work with v1.5.. Being worked on.. NO ETA on release..

29 Feb 2012, 16:18
#887
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Well, some commercial modules have incorporated TimThumb rather messily into Zen. It obviously works but would need to be thought of a bit more.

I am kind of interested in that in my on-going exploration of what the best way of dealing with images is :-) Which Diva knows all about.

The advantage of TimThumb is that it is pretty actively developed because of it's use in a lot of wordpress themes. And it is powerful. Perhaps too powerful in some respects. But it is a very solid bit of coding that actually would not be all that hard to incorporate into Zen in a nice way.

29 Feb 2012, 16:29
#888
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

niccol:

Well, some commercial modules have incorporated TimThumb rather messily into Zen. It obviously works but would need to be thought of a bit more.Disappointing but not surprising..:laugh:

niccol:

I am kind of interested in that in my on-going exploration of what the best way of dealing with images is :-) Which Diva knows all about.I do indeed!!!:smile::yes:

niccol:

The advantage of TimThumb is that it is pretty actively developed because of it's use in a lot of wordpress themes. And it is powerful. Perhaps too powerful in some respects. But it is a very solid bit of coding that actually would not be all that hard to incorporate into Zen in a nice way.:yes: I wonder if TimThumb is integrated with NextGen Gallery for WordPress.. NextGen certainly has many similar features supported by TimThumb..

29 Feb 2012, 17:49
#889
godjira avatar

godjira

New Zenner

Join Date:
Apr 2010
Location:
Melksham, UK
Posts:
6
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

WordPress has it's own built in image crunching, which is getting increasingly sophisticated and timthumb is kind of getting left behind a bit. There was a spate of exploits that took a lot of sites down with timthumb a short while ago, but I guess if the disaster has already happened it's not going to happen again.

I'm pretty sure NextGen gallery uses GD/ImageMagick directly rather than through timthumb or uses WordPress image handling. I will crack it open and look at the code next time I am in the vicinity.

Image resizing really ought to be core within Zen Cart IMHO. I would love to be able to help but my bandwidth is also at 100% doing Work for Money. I will report back about NGG and WP though.

29 Feb 2012, 18:02
#890
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

godjira:

WordPress has it's own built in image crunching, which is getting increasingly sophisticated and timthumb is kind of getting left behind a bit.Indeed it is nice..

godjira:

I'm pretty sure NextGen gallery uses GD/ImageMagick directly rather than through timthumb or uses WordPress image handling. I will crack it open and look at the code next time I am in the vicinity.I am pretty sure it is indeed using GD/ImageMagick. You are aware that Image Handle ris also using GD/ImageMagick correct???

godjira:

Image resizing really ought to be core within Zen Cart IMHO.Perhaps, but for now it's not... In the meantime, there are plugins like Image Handler to fill the gap..:smile:

godjira:

I would love to be able to help but my bandwidth is also at 100% doing Work for Money. I will report back about NGG and WP though.I understand..:yes:

29 Feb 2012, 18:09
#891
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Well, those exploits of TimThumb were closed amazingly quickly. Due to a lot of hard work by many people. It was actually very impressive. And version 2 was released without those particular vulnerabilities.

Yes, NGG uses it's own crunching I believe. Yes, wordpresses own image handling is getting much better.

I just put timthumb 2 up on a zen test site. Integration would be pretty easy. It took me ten minutes to get a working version going so it can't have been all that hard :-) But it is a bit slow. And looking at the code I am not sure why that is.

Hmmm, interesting....

29 Feb 2012, 20:09
#892
heathenmagic avatar

heathenmagic

Totally Zenned

Join Date:
May 2005
Location:
England
Posts:
730
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

We have been using ZenCart for a while, and I am not sure if anyone has the issue when trying to access additional images or the settings, where the following message is shown:-

No Image Handler information found.

It won't let me uninstall, and we have had it since the first version.

But it still runs okay, just a niggle really, it is a shame there is no way to manually uninstall through SQL to try and reinstall.

A new image module sounds like a good idea, but Image Handler has been brilliant so far, the above being the only real issue.

I wish I could help with coding and such, but I am useless frankly lol. Mabye myself and other users could help donating to those that upgrade or create an image module. As we did when Tim Kroeger initially made this module.

29 Feb 2012, 20:55
#893
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

The intall/uninstall can be "run" manually by removing all the Image Handle r admin configuration options (which is really all the install/uninstall SQL does)

If it won't "let" you uninstall, that is indicative of corruption in your Image Handler files..

ALL of which could be resolved by re-installing Image Handler.. and let me be clear... when I say re-install I mean RE-UPLOAD the files for the version of Image Handler you are running (you don't say which version you are running) and then see if the un-install/install features work again..
[quote=HeathenMagic;1108173]We have been using ZenCart for a while, and I am not sure if anyone has the issue when trying to access additional images or the settings, where the following message is shown:-

It won't let me uninstall, and we have had it since the first version.

But it still runs okay, just a niggle really, it is a shame there is no way to manually uninstall through SQL to try and reinstall.

HeathenMagic:

A new image module sounds like a good idea, but Image Handler has been brilliant so far, the above being the only real issue.

I wish I could help with coding and such, but I am useless frankly lol. Mabye myself and other users could help donating to those that upgrade or create an image module. As we did when Tim Kroeger initially made this module.While it's true that niccol is working on a new image module, there has been NOTHING posted AYWHERE which would indicate/imply that Image Handler is dead/dying/not being updated.. it's being updated.. but there is no E.T.A. on when it will be available, as this free work is secondary to paid work and private lives.

29 Feb 2012, 22:34
#894
heathenmagic avatar

heathenmagic

Totally Zenned

Join Date:
May 2005
Location:
England
Posts:
730
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Hello Diva,

Thankyou kindly for your reply. Sorry, it was Image Handler 3.0 version 3. Yes, I understand your sterling efforts are outside your daily remits and personal commitments. I am sure many including myself appreciate your input, and I certainly am not against donating money where appropiate for your work.

I will follow the removal and reinstall procedure as you say, again, thanks for your valuable time helping me.

:smile:

29 Feb 2012, 23:22
#895
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Out of interest if anyone wants to have a play with the timthumb idea then they could have a look at http://www.zen-cart.com/forum/showthread.php?p=1108215#post1108215

It kind of strengthens my own personal belief that IH is kind of a bit over-complicated -- in a nice way :-) But that is just a very personal opinion. Oh, and I like externally maintained code as long as it is maintained. Otherwise, as has been mentioned I would not work with PHP and jQuery. Many of the Zen Cart mods are not maintained ---although as has been pointed out this does not apply to IH.

And I do like small footprint solutions :smile:

01 Mar 2012, 11:49
#896
godjira avatar

godjira

New Zenner

Join Date:
Apr 2010
Location:
Melksham, UK
Posts:
6
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Cool. I will reply under that thread. But Cool here!

01 Mar 2012, 16:34
#897
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Update on Zen Cart v1.5 compatibility update:
All is going well and there are several of us testing this. If you are interested in testing Image Handler PM me.. I need serious testers not folks looking to score an "early release" of Image Handler.:smile:

02 Mar 2012, 03:43
#898
ruthild avatar

ruthild

New Zenner

Join Date:
Feb 2012
Posts:
8
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

DivaVocals:

Update on Zen Cart v1.5 compatibility update:
All is going well and there are several of us testing this. If you are interested in testing Image Handler PM me.. I need serious testers not folks looking to score an "early release" of Image Handler.:smile:

Crazy what work you guys put out "you put out"

Pretty new to this and have to launch soon so my experience at this point will not allow to much testing.

Not looking to score in that sense but I due to being new to Zen Cart I honestly almost have no other choice.

So my question is

Any timeline on when you would expect it for v1.5 ?

I know - soooorrrry but gotta ask

Thanks for support - all this is soooo awesome -wow

02 Mar 2012, 04:09
#899
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

From my earlier post..

there is no E.T.A. on when it will be available, as this free work is secondary to paid work and private lives.

Sorry wish I could give you a more definitive answer than that..:( All I can say is we are working as quickly as our free time allows..

Ruthild:

Crazy what work you guys put out "you put out"

Pretty new to this and have to launch soon so my experience at this point will not allow to much testing.

Not looking to score in that sense but I due to being new to Zen Cart I honestly almost have no other choice.

So my question is

Any timeline on when you would expect it for v1.5 ?

I know - soooorrrry but gotta ask

Thanks for support - all this is soooo awesome -wow

02 Mar 2012, 04:15
#900
ruthild avatar

ruthild

New Zenner

Join Date:
Feb 2012
Posts:
8
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

I totally understand and would like to mention how terrific it is that you and so many others actually do all this.

Maybe one day I will be able to do something myself.

You guys ROCK