Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the size of the universe #6

Merged
merged 1 commit into from
Sep 12, 2019
Merged

Conversation

tobynet
Copy link
Contributor

@tobynet tobynet commented Sep 11, 2019

Before

omg02_s

$ go run main.go -o ../omg00.png
$ go run main.go -l 20 -n 5 -o ../omg01.png
$ go run main.go -i 0.2 -l 20 -n 5 -o ../omg02.png
$ magick identify ../omg*.png
..\omg00.png PNG 150x241 150x241+0+0 8-bit sRGB 25006B 0.000u 0:00.000
..\omg01.png PNG 3000x401 3000x401+0+0 8-bit sRGB 68529B 0.000u 0:00.000
..\omg02.png PNG 3000x401 3000x401+0+0 8-bit sRGB 57523B 0.000u 0:00.000

TODO: Insert O.M.G. cat image here.

..\omg02.png PNG 3000x401 3000x401+0+0 8-bit sRGB 57523B 0.000u 0:00.000

After

new_omg02_s

$ go run main.go -o ../new_omg00.png
$ go run main.go -l 20 -n 5 -o ../new_omg01.png
$ go run main.go -i 0.2 -l 20 -n 5 -o ../new_omg02.png
$ magick identify ../new_omg*.png
..\new_omg00.png PNG 150x241 150x241+0+0 8-bit sRGB 25006B 0.000u 0:00.000
..\new_omg01.png PNG 3000x401 3000x401+0+0 8-bit sRGB 68529B 0.000u 0:00.000
..\new_omg02.png PNG 720x401 720x401+0+0 8-bit sRGB 50511B 0.000u 0:00.000

Looks good.

..\new_omg02.png PNG 720x401 720x401+0+0 8-bit sRGB 50511B 0.000u 0:00.000

@mattn mattn merged commit 08de1c0 into mattn:master Sep 12, 2019
@mattn
Copy link
Owner

mattn commented Sep 12, 2019

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants