Welcome Guest, Not a member yet? Register   Sign In
Image Moo - Image manipulation library
#61

[eluser]S-Vizion Software and Development[/eluser]
[quote author="Mat-Moo" date="1330546836"]Have you tried seeing if there is any errors? if ($this->image_moo->errors) print $this->image_moo->display_errors();[/quote]

I'm sorry, I found the bug lol, I was saving the image then calling watermark. Operator error lol
#62

[eluser]Mat-Moo[/eluser]
Lol, no worries, glad you like the library. Got a slightly updated version to post
#63

[eluser]dallen33[/eluser]
Your library has been a life saver for me. I love it.
#64

[eluser]jellysandwich[/eluser]
I'm using image moo in my application, but I've noticed a very small but noticeable effect on resizing images. When I resize a gif image with a white background, there seems to be a slight blue/green tint on the background.

Example of original and resized here: http://imgur.com/a/cxPfl#0

The only processing I do is:

Code:
$pad = true;
$ci->image_moo->resize($image_preset['width'], $image_preset['height'], $pad);

Is this an issue in the library? Php? Or my side?

#65

[eluser]web-johnny[/eluser]
[quote author="jellysandwich" date="1332347398"]I'm using image moo in my application, but I've noticed a very small but noticeable effect on resizing images. When I resize a gif image with a white background, there seems to be a slight blue/green tint on the background.

Example of original and resized here: http://imgur.com/a/cxPfl#0

The only processing I do is:

Code:
$pad = true;
$ci->image_moo->resize($image_preset['width'], $image_preset['height'], $pad);

Is this an issue in the library? Php? Or my side?

[/quote]

http://www.howtoforge.com/forums/archive...25085.html
#66

[eluser]jellysandwich[/eluser]
@web-johnny

I'm sorry, but I'm not very familiar with image terminology. What exactly does this mean?

Code:
You are using an interpolated resizing operation. Either use a non-interpolating resizing operation instead, or do not create a true colour destination image.
#67

[eluser]web-johnny[/eluser]
This simply means:
1. You have to convince your customer to not upload gif images (suggested)
or 2. Create your own crop without using the image moo. This means from scratch (google will help you with this).
or 3. Change the functionality of image moo and share the code so other people know :-)

I just wanted to say that this is not a BUG, it is let's say an extra feature.

By the way the images in my screen looks the same (I know they aren't).

So it's up to the developer if he wants to add this feature. In my opinion it's ok and the image moo ROCKS :-) , I use it all the time.
#68

[eluser]Mat-Moo[/eluser]
Thanks web-johnny Smile I've got some amends to post few tweaks etc.
#69

[eluser]threestate[/eluser]
is there a limitation on file size when doing resizing?
I'm having an issue resizing larger images and i am trying to figure out what the w x h ratio should be.
#70

[eluser]Mat-Moo[/eluser]
That will depends on how much memory you have allocated for PHP processing, the more you have allocated per task the larger the file it can deal with.




Theme © iAndrew 2016 - Forum software by © MyBB