If you're not using an integer power of 2, an average of two powers of two is next best IMO, eg 8,16 -> 12; 16,32 -> 24; 32, 64 -> 48.
These have the advantage of being divisible evenly in two, three, four and six.
However, what Gil said is a major reason why people tend to opt for the simpler power-of-two sizes.
I don't regard odd sizes eg 27x27 as serious options, as not being able to allocate exact halves/quarters is a major disadvantage IMO. You seem to be viewing 27x27 as an advantage because after drawing the divider, you have an even number (26) of pixels to allocate. This is usually solved fairly simply though, by just not having an explicit dividing line - consider a checkerboard pattern like
#.
.#
, it achieves the division simply by change of color.
This doesn't solve all cases, but if you can be specific about exactly what you're thinking about doing, there are probably solutions.
« Last Edit: March 26, 2016, 07:02:24 am by Ai »

Logged
If you insist on being pessimistic about your own abilities, consider also being pessimistic about the accuracy of that pessimistic judgement.