Topic: Would something like mpixels:2.. -> hi_res be possible?

Posted under Tag Alias and Implication Suggestions

Not sure if it's possible to implicate using boolean operations, but it might be useful seeing as we're already using the hi_res tag. You could also do things like filesize:5M.. -> large_file or ratio:<=.5 -> vertical if it sounds like a good idea.

Updated

Or how about...

if ((width < 300) && (height < 300)) {
add_tag("too_small");
}

Updated by anonymous

Riversyde said:
Sorry, but something like this simply isn't possible.

Ah ok, thanks. I don't really know how things work behind the scenes.

Updated by anonymous

  • 1