[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JPEG viewer?



dempson@actrix.gen.nz (David Empson) writes:
>
>He later got hold of the same JPEG conversion program and ran it on
>his 486 DX-2/66, and it took 12 minutes to do the same conversion.  :-)

Your friend should get CompuShow 2000. It will display 300k JPEGs
in a matter of seconds on a 486 DX2/66, and if you have a decent
video card and monitor, you'll see it in full 24-bit color instead
of trying to fit it in a 256-color palette. When viewing JPEGs, I
find that 640x480x16M gives a better image than 1024x768x256.
 
ObAppleII: I didn't have anything better to do last weekend, so I
wrote an Applesoft two-liner. Enjoy.
 
1 D(3)=1: D(4)=-1: X=1: Y=1: HOME: FOR J=1 TO 4: FOR I=1 TO
4: T(I,J)=85-I-4*J: T(1,1)=32: ?CHR$(T(I,J));: NEXT: ?: NEXT:
FOR L=0 TO 1: VTAB 9: ?"MOVES: "C: GET T$: L=T$="X": FOR K=1
TO 4: A=X+D(K): B=Y+D(5-K): ON T$=MID$("KIJL",K,1) AND
A*B*(A-5)*(B-5) GOTO 2: NEXT K,L
 
2 IF L=0 THEN C=C+1: T(X,Y)=T(A,B): HTAB A: VTAB B: ?" ":
HTAB X :VTAB Y: ?CHR$(T(X,Y)): X=A: Y=B: K=4: L=1: FOR I=1
TO 4: FOR J=1 TO 4: L=L*(I+J=8 OR T(I,J)=4*J+I+60): NEXT
J,I,K,L: VTAB 9: ?"WIN IN "C" MOVES.": CALL-198: END
 
Paul Guertin
guertinp@iro.umontreal.ca