Search found 1015 matches

by el_supremo
2006-11-28T08:53:08-07:00
Forum: Users
Topic: Forcing a change in resolution with convert
Replies: 4
Views: 17112

I'm afraid I can't help you with that Haffi. I'm using Windows :oops:

Pete
by el_supremo
2006-11-27T16:44:38-07:00
Forum: Users
Topic: Forcing a change in resolution with convert
Replies: 4
Views: 17112

I figured out and posted a patch to the Bugs list. No reply, but it appears that the patch was accepted and is now in the sources for 6.3.0-7.

Pete
by el_supremo
2006-11-25T17:06:02-07:00
Forum: Users
Topic: relative pixels in -fx operator (Game of Life)
Replies: 14
Views: 39366

Anthony: at that second URL is a page with "makegun.lif". It has 8 gliders which make a glider gun.
http://www.radicaleye.com/lifepage/patterns/cat7.html

Pete
by el_supremo
2006-11-25T10:12:56-07:00
Forum: Bugs
Topic: Configure crashes with assertion failure
Replies: 10
Views: 33700

Another data point to ponder. The project's default configuration is to build a debug version. Changing it to a release version will produce an exe that does not crash.

Pete
by el_supremo
2006-11-25T00:10:10-07:00
Forum: Bugs
Topic: Configure crashes with assertion failure
Replies: 10
Views: 33700

I'm curious as to why you "can't post to magic-users" When I first got on the list I was blocked because my ISP's domain was in the SORBS database and imagemagick doesn't post messages from anyone who posts from a domain in SORBS. Actually, I haven't checked recently to see if they're sti...
by el_supremo
2006-11-24T23:34:17-07:00
Forum: Bugs
Topic: pict coder bug
Replies: 1
Views: 10924

I found that if I convert a png to pct PSPX can read the resulting image so I had a look at why converting JPG to PCT caused a problem. It turns out that if the input image is a JPG then the pict coder uses JPG compression when it writes out the PCT and there appears to be a bug in this code somewhe...
by el_supremo
2006-11-24T22:59:25-07:00
Forum: Bugs
Topic: pict coder bug
Replies: 1
Views: 10924

pict coder bug

I've think I've found the problem with pict.c reported in http://redux.imagemagick.org/discussion-server/viewtopic.php?t=7875 As I mentioned in that thread, there's a difference between the way that pict.c writes the resolutions and the way that it reads them. The error appears to be in the way that...
by el_supremo
2006-11-24T22:29:31-07:00
Forum: Bugs
Topic: Configure crashes with assertion failure
Replies: 10
Views: 33700

I don't know why it works but I have a workaround for the problem. I added some MessageBox statements to the configure.cpp code to try to find out where it was crashing and to my surprise the program started working! I wittled it down to just one additional MessageBox statement and configure still w...
by el_supremo
2006-11-24T12:52:35-07:00
Forum: Bugs
Topic: Configure crashes with assertion failure
Replies: 10
Views: 33700

Configure crashes with assertion failure

I was going to try to sort out the problem with pict images as posted in http://redux.imagemagick.org/discussion-server/viewtopic.php?t=7875&highlight=pict I downloaded the windows source for 6.3.0-6 and built the configure program but when it is executed it crashes with an assertion failure as ...
by el_supremo
2006-11-24T11:12:27-07:00
Forum: Users
Topic: relative pixels in -fx operator (Game of Life)
Replies: 14
Views: 39366

RetroJ wrote:


That image didn't work for me. (I added a nice wide white border to it first) Are you sure it is correct?


I didn't test it but I copied it from http://en.wikipedia.org/wiki/Gun_(CA)

Pete
by el_supremo
2006-11-23T12:08:15-07:00
Forum: Users
Topic: Forcing a change in resolution with convert
Replies: 4
Views: 17112

thank you for checking this out el_supremo You're welcome. I´ll have to wait till someone else fixes it... (If it will ever be done) The IM guys are very good at fixing up reported bugs and issuing a new release of the code, so if you can recompile from source you may have a fix in a few days. the...
by el_supremo
2006-11-23T11:22:04-07:00
Forum: Users
Topic: Forcing a change in resolution with convert
Replies: 4
Views: 17112

FWIW: I used the command line "convert" to convert a JPG, which "identify" says has a resolution of 300x300 dpi, to a PCT which identify says is 72x72 with undefined units. I've had a look at the pict.c coder and I think there are two problems. ReadPICTImage uses the ReadPixmap m...
by el_supremo
2006-11-22T23:23:42-07:00
Forum: Users
Topic: relative pixels in -fx operator (Game of Life)
Replies: 14
Views: 39366

anthony wrote: You wouldn't happen to have the 'glider gun' seed image would you?


http://members.shaw.ca/el_supremo/life_glider_gun.png

Pete
by el_supremo
2006-11-22T18:26:42-07:00
Forum: Users
Topic: Improving image quality
Replies: 11
Views: 34804

> I'm using IM 6.0.6 - might that be relevant?

Yes. You would need 6.3.0. But it looks like Bonzo's method is much better anyway.

Pete
by el_supremo
2006-11-22T12:27:43-07:00
Forum: Users
Topic: Improving image quality
Replies: 11
Views: 34804

I wondered if a fx operator would work with a rule such as "If a pixel is white, change it to black if it has more than some threshold of black neighbours". I tested it by modifying the rules of the Game of Life as posted in http://redux.imagemagick.org/discussion-server/viewtopic.php?t=76...