Encrypting individual pixel values of an image using pycrypto AES-128

no, you cannot do this for “individual pixels”.
AES works on 128 bit chunks (16 bytes) at a time,
so you need at least that amount of data

also, just curious – why would you want to encrypt single pixels ?