1

Can anyone point me what does it mean when a .png file having 'AI' as File > Properties > Details > Attributes.

Does it mean it made with Adobe Illustrator ? Also note that the png is 8bit image.

2 Answers2

2

Assuming it's Windows you're using, those are two standard file-system attributes, nothing to do with Adobe.

The A stands for Archive and the I stands for Indexed.

Archive: When set, it indicates that the hosting file has changed since the last backup operation. Windows' file system sets this attribute on any file that has changed. Backup software then has the duty of clearing it upon a successful backup.

...

Indexed: When set, Indexing Service or Windows Search do not include the hosting file in their indexing operation.

0

For JPEG there may be Exif information embedded in the Image that might give a clue about the software used to create it.
Windows Explorer should be able to read and display these information when you open the properties of the file.

Groxxda
  • 126