b****n 发帖数: 464 | 1 怎么把1个20*16 pixels 的greyscale image 拉伸成36*36 pixels? 还是greyscale.
谢谢阿! |
w***g 发帖数: 5958 | 2 用convert就可以
greyscale.
【在 b****n 的大作中提到】 : 怎么把1个20*16 pixels 的greyscale image 拉伸成36*36 pixels? 还是greyscale. : 谢谢阿!
|
b****n 发帖数: 464 | 3 不好意思阿,convert是一个软件名还是?可不可以稍微解释一下?谢谢
【在 w***g 的大作中提到】 : 用convert就可以 : : greyscale.
|
p*********w 发帖数: 606 | 4 插值。
greyscale.
【在 b****n 的大作中提到】 : 怎么把1个20*16 pixels 的greyscale image 拉伸成36*36 pixels? 还是greyscale. : 谢谢阿!
|
h**********c 发帖数: 4120 | 5 c++/openGL texture lib read the img file
you want to put apples to the drawers, M apples >> N drawers. apples are
indexed.
first M%N drawer put round(M/N) + 1 apples
the rest put round(M/N) apples.
finally the drawers keep the first apple they get. |
h**********c 发帖数: 4120 | 6 the most lazy way
run ,mspaint
select all, copy
change attribute (size)
drag your mouse from the left-bottom select area to the left-bottom of the
img |
b****n 发帖数: 464 | 7 谢谢!
【在 w***g 的大作中提到】 : 用convert就可以 : : greyscale.
|
b****n 发帖数: 464 | 8 谢谢!
【在 p*********w 的大作中提到】 : 插值。 : : greyscale.
|
b****n 发帖数: 464 | 9 谢谢!
【在 h**********c 的大作中提到】 : c++/openGL texture lib read the img file : you want to put apples to the drawers, M apples >> N drawers. apples are : indexed. : first M%N drawer put round(M/N) + 1 apples : the rest put round(M/N) apples. : finally the drawers keep the first apple they get.
|
b****n 发帖数: 464 | 10 谢谢!
【在 h**********c 的大作中提到】 : the most lazy way : run ,mspaint : select all, copy : change attribute (size) : drag your mouse from the left-bottom select area to the left-bottom of the : img
|