RGBA PNGs should store an additional instance of intensities without transparency (over white). It'd help with searching images from Twitter or shitty repost sites.
image_id is currently a primary key in the image_intensities table so that'd have to be changed.
Related: reverse search page should also convert transparent images and use intensities of both versions for search.
RGBA PNGs should store an additional instance of intensities without transparency (over white). It'd help with searching images from Twitter or shitty repost sites.
image_id
is currently a primary key in theimage_intensities
table so that'd have to be changed.Related: reverse search page should also convert transparent images and use intensities of both versions for search.