@model CharacterAvatarCropViewModel @{ ViewData["Title"] = "Create Avatar"; }

Character Avatar

Create Avatar

Choose a square crop. The original gallery image will be preserved.

@if (TempData["ImageError"] is string imageError) {
@imageError
}

Preview

@if (!string.IsNullOrWhiteSpace(Model.Caption)) {

@Model.Caption

}
Cancel
@section Scripts { }