Can everything find attributes of image file?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
suhwan11
Posts: 2
Joined: Fri Feb 17, 2017 2:28 am

Can everything find attributes of image file?

Post by suhwan11 »

I need to find small amount of 8 bit-depth images in A LOT OF 24 bit-depth images.

i can use 'window search' using search syntax 'type:bit depth:8'

but I don't know how to find 8 bit depth image in everything 1.4

Can you help me please.
void
Developer
Posts: 15098
Joined: Fri Oct 16, 2009 11:31 pm

Re: Can everything find attributes of image file?

Post by void »

I've added a bitdepth: search function to Everything 844b.

To search for the bitdepth of jpg, png, gif or bmp files in Everything, search for bitdepth:x
Where x is the desired bits per pixel.

For example, to search for images in D:\download that contain a bitdepth of 8, search for:
d:\downloads\ bitdepth:8

Note: bitdepth information is not indexed, searching can be quite slow.
suhwan11
Posts: 2
Joined: Fri Feb 17, 2017 2:28 am

Re: Can everything find attributes of image file?

Post by suhwan11 »

void wrote:I've added a bitdepth: search function to Everything 844b.

To search for the bitdepth of jpg, png, gif or bmp files in Everything, search for bitdepth:x
Where x is the desired bits per pixel.

For example, to search for images in D:\download that contain a bitdepth of 8, search for:
d:\downloads\ bitdepth:8

Note: bitdepth information is not indexed, searching can be quite slow.
thank you for answering :D
Post Reply