我想创建一张A4图片(2480x3508),底部有一张图片,顶部有一个文本框。当然,我希望所有东西都居中对齐。
示例:
+---------------------------------+
| |
| +---------------------------+ |
| | TEXT BOX | | The TEXT BOX size is 2352x376 pixels
| +---------------------------+ | Its offset is +64+6
我正在尝试使用Keras的图像包读取图像文件。
这是我的代码。
from keras.preprocessing import image
img_path = 'test/test_image.jpg' # This is an image I took in my kitchen.
img = image.load_img(img_path, target_size=(224, 224))
当我运行代码时,我得到以下错误。
anaconda3/lib/python3.5/site-packages/PIL/ImageFile.py in load(self)
23
<div style="margin:0px auto ;width:490;height:288px; overflow:hidden;"> // But here read and hide watmark on "height".
<img style="width:490px;height:318" src="******"/> // Original image src, and size.
</div>
</div>
我使用wordpress,所以我得