Search found 35 matches

by mrshake
2008-12-17T07:22:21-07:00
Forum: Users
Topic: Dithered Edges when converting from PNG to GIF - RESOLVED
Replies: 25
Views: 48901

Re: Dithered Edges when converting from PNG to GIF

I've tried setting alpha to on or transparent.. its still not re-enabling the transparency... am I doing it wrong somehow?
by mrshake
2008-12-17T07:12:07-07:00
Forum: Users
Topic: Dithered Edges when converting from PNG to GIF - RESOLVED
Replies: 25
Views: 48901

Re: Dithered Edges when converting from PNG to GIF

It appears the white blend worked fine.... I might have to adjust a bit of fuzz to get it all happy... now to figure out how to enable that transparent chanel.
by mrshake
2008-12-16T08:23:00-07:00
Forum: Users
Topic: Dithered Edges when converting from PNG to GIF - RESOLVED
Replies: 25
Views: 48901

Re: Dithered Edges when converting from PNG to GIF

it seems so simple.. yet it escapes me!! here is what I added to the script just before the gif write as well as changing all the transparent backgrounds to white in the rest of the script. $rc = $im->FloodfillPaint(geometry=>'0x0', fill=>'none'); the image when complete now appears to have a black ...
by mrshake
2008-12-15T08:20:16-07:00
Forum: Users
Topic: Dithered Edges when converting from PNG to GIF - RESOLVED
Replies: 25
Views: 48901

Re: Dithered Edges when converting from PNG to GIF

Brilliant!! The halo is gone!! However, I'm still left with a problem... and its still the edges... here is what I'm ending up with, and then an example of what it needs to be: http://www.adamandnicole.com/gallery2/g2data/albums/workstuff/compare1.gif http://www.adamandnicole.com/gallery2/g2data/alb...
by mrshake
2008-12-10T08:03:14-07:00
Forum: Users
Topic: Dithered Edges when converting from PNG to GIF - RESOLVED
Replies: 25
Views: 48901

Re: Dithered Edges when converting from PNG to GIF

I'm currently running 6.4.6Q16 for IM

Here is the original image:

http://www.adamandnicole.com/gallery2/g ... f/test.tif
by mrshake
2008-12-09T06:52:14-07:00
Forum: Users
Topic: Dithered Edges when converting from PNG to GIF - RESOLVED
Replies: 25
Views: 48901

Re: Dithered Edges when converting from PNG to GIF

Changing the matte doesn't seem to help... there is never a black background, nor one set... thats the tough part... this is all in PerlMagick... but here is the code: print "Set Density\n"; my $x15 = $agent4->Resample(density=>'300x300'); warn "$x4" if "$x4"; print &qu...
by mrshake
2008-12-08T13:10:27-07:00
Forum: PerlMagick
Topic: Converting PNG to gif and maintaining edge quality
Replies: 4
Views: 16899

Re: Converting PNG to gif and maintaining edge quality

Thanks for all the ideas!!! I just relised I had been looking at these images through the eyes of firefox and windows, but never through IE. The PNG displayed in IE has a black background.. that could explain why, when converted to gif its showing black jagged edges..... I wonder if that might be a ...
by mrshake
2008-12-08T08:30:36-07:00
Forum: Users
Topic: Dithered Edges when converting from PNG to GIF - RESOLVED
Replies: 25
Views: 48901

Re: Dithered Edges when converting from PNG to GIF

Here is the image I'm starting with:

Image

and the final gif with the bad edges

Image
by mrshake
2008-12-08T07:34:31-07:00
Forum: PerlMagick
Topic: Converting PNG to gif and maintaining edge quality
Replies: 4
Views: 16899

Re: Converting PNG to gif and maintaining edge quality

I didn't mean PDF.. I keep doing that.. haha...

The original image is a full sized un-rotated version of the final image... when I rotate.. I rotate on a transparent background.... I'll play with background tools a bit.
by mrshake
2008-12-03T08:08:18-07:00
Forum: Users
Topic: Dithered Edges when converting from PNG to GIF - RESOLVED
Replies: 25
Views: 48901

Dithered Edges when converting from PNG to GIF - RESOLVED

I'm converting a PNG to GIF, and the dithering between the colored and transparent edges in the image are acting weird. It looks like the dither is choosing black as the trasition color... this is sticking out badly... can I control the color?
by mrshake
2008-12-01T12:48:06-07:00
Forum: PerlMagick
Topic: Converting PNG to gif and maintaining edge quality
Replies: 4
Views: 16899

Converting PNG to gif and maintaining edge quality

Here is the PNG I am starting with:

Image

Here is the gif I'm getting:

Image

I really need the same soft edges from the PDF in the gif... thoughts?
by mrshake
2008-12-01T11:35:48-07:00
Forum: PerlMagick
Topic: Exception issue with PerlMagick **RESOLVED**
Replies: 1
Views: 7076

Re: Exception issue with PerlMagick

I think I've resolved part of the problem... I can get it to generate a png file as needed and both questions above have been answered.. thanks!
by mrshake
2008-12-01T09:18:29-07:00
Forum: PerlMagick
Topic: Exception issue with PerlMagick **RESOLVED**
Replies: 1
Views: 7076

Exception issue with PerlMagick **RESOLVED**

I think I'm lost... or I don't understand what I'm doing... Problem 1... I'm getting file/directory not found during the ReadImage if I don't specify the path for the file, yet some of the files I want generated are generating... Problem 2... If I specify the path, I get exceptions when doing any tr...
by mrshake
2008-11-25T08:24:01-07:00
Forum: PerlMagick
Topic: I'm dying here... Trying to Rotate and resize, not going wel
Replies: 11
Views: 27276

Re: I'm dying here... Trying to Rotate and resize, not going wel

I turned debugging on and It appears to be a problem with the composite command.. heres the debug output Transform Image for Agent Website Needs ... 2008-11-25T08:52:22-06:00 0:01 0.000u 6.4.1 Exception PerlMagick[2912]: Magick.xs/unknown/6456/Exception no images defined `Composite' Third Write Imag...
by mrshake
2008-11-25T07:44:57-07:00
Forum: PerlMagick
Topic: I'm dying here... Trying to Rotate and resize, not going wel
Replies: 11
Views: 27276

Re: I'm dying here... Trying to Rotate and resize, not going wel

Thats the problem, I'm not sure if it did. I haven't been able to test it.

looking back.. I think its never managed an output for the composite. I think the image I was looking at was the pre-composite output.