Quote Originally Posted by pramarn
...
If i use EEProm writing command write picture data from program code to EEPROM my program size is same before write picture data.....

EEPROM content is not included in the code size.

In other words, if your picture data will never change, you can write this data to the EEPROM and the data will not be included in your code size.