Hello, i working in my plugin and i want to find all the image size possible, i find the function http://codex.wordpress.org/Function_Reference/get_intermediate_image_sizes but after see the the example code i dont understand the meaning of
global $_wp_additional_image_sizes;
So i can have some different array size? one in get_intermediate_image_sizes and other in global $_wp_additional_image_sizes?