Module: NewEden::Image

Included in:
Connection
Defined in:
lib/neweden/image.rb

Constant Summary collapse

IMAGE_ENDPOINTS =
{
  :Character => [30, 32, 64, 128, 200, 256, 512, 1024],
  :Corporation => [30, 32, 64, 128, 256],
  :Alliance => [30, 32, 64, 128],
  :InventoryType => [32, 64],
  :Render => [32, 64, 128, 256, 512]
}