Ticket #477 (closed defect: fixed)
Opened 2011-04-29T14:43:01-05:00
Last modified 2011-05-04T10:31:41-05:00
Image Calculator too picky on the shape of input images
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
You cannot take the 512x512 Bridge image and a 512x512 Gradient image and combine them. You get complaints that they do not have the same dimensions. I think what is happening is that bridge is probably 512x512x1x1x1 while gradient is 512x512. Image calculator should accept these.