File :-(, x, )
Multiple colors of same wallpaper Anonymous
Does anyone have any colors of this background (or other backgrounds that have the same image but different colors)?

I've got Purple and Green as well, I'll post them ASAP.
>> Anonymous
Meant for /wg/ my bad.
>> Anonymous
     File :-(, x)
Meh, I'll post it here anyway.

/wg/ is slow as hell at the moment, so here are the rest.
>> Anonymous
     File :-(, x)
>> Anonymous
     File :-(, x)
GTFO!!
>> Anonymous
     File :-(, x)
for /L %i in (0, 10, 360) do "\Program Files\ImageMagick-6.3.1-Q16\convert.exe" flubber.jpg -modulate 100,100,%i flubber%i.jpg

"flubber", incidentally, is the colloquial name for the blob the original Xbox displayed when you switched it on.
>> Anonymous
>>542794
am I supposed to be able to get the 1152x864 resolutions out of that chart... thing?

Honestly I'm terrible with any kind of art program, even MSpaint.
>> Anonymous
>>542815
No, you're supposed to download imagemagick, and run it on the original image as directed. There's no point in collecting a million different tints of an image, when you can produce one to order.

Imagemagick is free, and copy/pasting a command-line takes no skill.

For a wider variety of colours, I'd recommend (-100, 2, 100) instead of (0, 10, 360) : hue is shifted by percentage not degree, apparently.
>> Anonymous
>>542827
Alrighty, I'll look into it. Thanks.