Search found 5 matches

by magnets
2017-01-23T23:57:58-07:00
Forum: Users
Topic: Differences between JPG files, what to do?
Replies: 1
Views: 3177

Differences between JPG files, what to do?

I have a 127,512 byte file produced by my PHP application using the Magickwand PHP package. When I open the file with MS Paint it looks fine. I can immediately save it in MS Paint and the size becomes 134,796 bytes. No problem. But when I try to use the 127,512 byte file with a MS Visual Studio ...
by magnets
2016-12-23T03:01:03-07:00
Forum: IMagick
Topic: Two PHP version questions - bounding_box and composite color result issue
Replies: 5
Views: 17863

Re: Two PHP version questions - bounding_box and composite color result issue

Thanks Fred for the RAW documentation reference. Since I am now assuming (always a bad thing to do) the .jpg format and its "lossy" nature may be the issue. I converted the two images from .jpg to .png. They both look the same in .png or .jpg format so my thought was to use the same script only ...
by magnets
2016-12-22T18:34:30-07:00
Forum: IMagick
Topic: Two PHP version questions - bounding_box and composite color result issue
Replies: 5
Views: 17863

Re: Two PHP version questions - bounding_box and composite color result issue

snibgo, thanks for the response. I've just recently registered at imagemagick and already discovered you are considered one of the super-stars here. Soon my projects will be dealing with RAW format. I hope imagemagick supports that format. For now I am stick with .jpg format. Concerning setting the ...
by magnets
2016-12-22T16:59:12-07:00
Forum: IMagick
Topic: Two PHP version questions - bounding_box and composite color result issue
Replies: 5
Views: 17863

Two PHP version questions - bounding_box and composite color result issue

I'm attempting to learn the PHP library. But I can not seem to figure out so many things. Currently I am trying to get a "bounding box" for the image at http://www.aviongoo.com/tbf_images/need_bounding_box.jpg That image is a small version of an image I created using imagemagick to mask out the ...
by magnets
2016-12-21T19:25:55-07:00
Forum: MagickWand for PHP
Topic: MagickCompareImagesLayers
Replies: 0
Views: 90997

MagickCompareImagesLayers

Does anyone have an example of using this function? I'm a newbie at this MagickWand stuff and the technical documentation is not very friendly to PHP user examples.