Wolf3DExtract icon indicating copy to clipboard operation
Wolf3DExtract copied to clipboard

-pic extraction doesn't work.

Open fabiensanglard opened this issue 8 years ago • 4 comments

spr and tex are working well but pic extraction generates very tiny images and distorted images.

screen shot 2016-11-05 at 4 45 46 pm screen shot 2016-11-05 at 4 45 58 pm screen shot 2016-11-05 at 4 46 35 pm

fabiensanglard avatar Nov 06 '16 00:11 fabiensanglard

Did you run the result through vga2ppm with the --woven option? By default vga2ppm is equivalent to vga2ppm --linear, which outputs the pixels in the same order they are given, but with some images you get these weird squares which need to be "woven" together for the lack of a better word. Call the program as vga2ppm --woven instead.

HiPhish avatar Nov 06 '16 09:11 HiPhish

@fabiensanglard Have you tried the command-line options as I have said?

HiPhish avatar Nov 20 '16 14:11 HiPhish

Not yet I was sidetracked for a while...

fabiensanglard avatar Nov 20 '16 21:11 fabiensanglard

I ran into the same issue as @fabiensanglard. Using the answer from @HiPhish, I was able to solve it: So it is verified that it works like a charm: I guess this issue can be closed.

I also proposed a pull request to add another shell script for automatically exporting all pics:

https://github.com/HiPhish/Wolf3DExtract/pull/3

sy2002 avatar May 19 '19 20:05 sy2002