I think it fundamentally comes down to the Graphics package exporting a function called width, and one of ArchGDAL, Plots, Colors, Images, GeoData is re-exporting this when you do using ArchGDAL, Plots, Colors, Images, GeoData.
Since you are already adding the namespace (AG.x etc.), you can try changing using to import in the first line.