├── LICENSE ├── Podfile ├── README.md ├── VideoGraph.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── admin.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ ├── admin.xcuserdatad │ └── xcschemes │ │ └── xcschememanagement.plist │ └── techsviewer.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── VideoGraph.xcworkspace ├── contents.xcworkspacedata ├── xcshareddata │ └── IDEWorkspaceChecks.plist └── xcuserdata │ ├── admin.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── techsviewer.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── VideoGraph ├── .DS_Store ├── AppDelegate.swift ├── Assets.xcassets │ ├── .DS_Store │ ├── AWB1.imageset │ │ ├── AWB1.png │ │ ├── AWB1@2x.png │ │ ├── AWB1@3x.png │ │ └── Contents.json │ ├── AWB1_selected.imageset │ │ ├── AWB1_selected.png │ │ ├── AWB1_selected@2x.png │ │ ├── AWB1_selected@3x.png │ │ └── Contents.json │ ├── AWB2.imageset │ │ ├── AWB2.png │ │ ├── AWB2@2x.png │ │ ├── AWB2@3x.png │ │ └── Contents.json │ ├── AWB2_selected.imageset │ │ ├── AWB2_selected.png │ │ ├── AWB2_selected@2x.png │ │ ├── AWB2_selected@3x.png │ │ └── Contents.json │ ├── AWB3.imageset │ │ ├── AWB3.png │ │ ├── AWB3@2x.png │ │ ├── AWB3@3x.png │ │ └── Contents.json │ ├── AWB3_selected.imageset │ │ ├── AWB3_selected.png │ │ ├── AWB3_selected@2x.png │ │ ├── AWB3_selected@3x.png │ │ └── Contents.json │ ├── AWB4.imageset │ │ ├── AWB4.png │ │ ├── AWB4@2x.png │ │ ├── AWB4@3x.png │ │ └── Contents.json │ ├── AWB4_selected.imageset │ │ ├── AWB4_selected.png │ │ ├── AWB4_selected@2x.png │ │ ├── AWB4_selected@3x.png │ │ └── Contents.json │ ├── AWB5.imageset │ │ ├── AWB5.png │ │ ├── AWB5@2x.png │ │ ├── AWB5@3x.png │ │ └── Contents.json │ ├── AWB5_selected.imageset │ │ ├── AWB5_selected.png │ │ ├── AWB5_selected@2x.png │ │ ├── AWB5_selected@3x.png │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ ├── grid_seperator.imageset │ │ ├── Contents.json │ │ ├── grid_seperator.png │ │ ├── grid_seperator@2x.png │ │ └── grid_seperator@3x.png │ ├── icon_11.imageset │ │ ├── Contents.json │ │ ├── icon_11.png │ │ ├── icon_11@2x.png │ │ └── icon_11@3x.png │ ├── icon_11_select.imageset │ │ ├── Contents.json │ │ ├── icon_11_select.png │ │ ├── icon_11_select@2x.png │ │ └── icon_11_select@3x.png │ ├── icon_169.imageset │ │ ├── Contents.json │ │ ├── icon_169.png │ │ ├── icon_169@2x.png │ │ └── icon_169@3x.png │ ├── icon_169_select.imageset │ │ ├── Contents.json │ │ ├── icon_169_select.png │ │ ├── icon_169_select@2x.png │ │ └── icon_169_select@3x.png │ ├── icon_43.imageset │ │ ├── Contents.json │ │ ├── icon_43.png │ │ ├── icon_43@2x.png │ │ └── icon_43@3x.png │ ├── icon_43_select.imageset │ │ ├── Contents.json │ │ ├── icon_43_select.png │ │ ├── icon_43_select@2x.png │ │ └── icon_43_select@3x.png │ ├── icon_add_text.imageset │ │ ├── Contents.json │ │ ├── icon_add_text.png │ │ ├── icon_add_text@2x.png │ │ └── icon_add_text@3x.png │ ├── icon_album.imageset │ │ ├── Contents.json │ │ ├── icon_album.png │ │ ├── icon_album@2x.png │ │ └── icon_album@3x.png │ ├── icon_alignment_center.imageset │ │ ├── Contents.json │ │ ├── icon_alignment_center.png │ │ ├── icon_alignment_center@2x.png │ │ └── icon_alignment_center@3x.png │ ├── icon_alignment_justify.imageset │ │ ├── Contents.json │ │ ├── icon_alignment_justify.png │ │ ├── icon_alignment_justify@2x.png │ │ └── icon_alignment_justify@3x.png │ ├── icon_alignment_left.imageset │ │ ├── Contents.json │ │ ├── icon_alignment_left.png │ │ ├── icon_alignment_left@2x.png │ │ └── icon_alignment_left@3x.png │ ├── icon_alignment_right.imageset │ │ ├── Contents.json │ │ ├── icon_alignment_right.png │ │ ├── icon_alignment_right@2x.png │ │ └── icon_alignment_right@3x.png │ ├── icon_back.imageset │ │ ├── Contents.json │ │ ├── icon_back.png │ │ ├── icon_back@2x.png │ │ └── icon_back@3x.png │ ├── icon_capture.imageset │ │ ├── Contents.json │ │ ├── icon_capture.png │ │ ├── icon_capture@2x.png │ │ └── icon_capture@3x.png │ ├── icon_check_final.imageset │ │ ├── Contents.json │ │ ├── icon_check_final.png │ │ ├── icon_check_final@2x.png │ │ └── icon_check_final@3x.png │ ├── icon_close.imageset │ │ ├── Contents.json │ │ ├── icon_close.png │ │ ├── icon_close@2x.png │ │ └── icon_close@3x.png │ ├── icon_create_new.imageset │ │ ├── Contents.json │ │ ├── icon_create_new.png │ │ ├── icon_create_new@2x.png │ │ └── icon_create_new@3x.png │ ├── icon_crop.imageset │ │ ├── Contents.json │ │ ├── icon_crop.png │ │ ├── icon_crop@2x.png │ │ └── icon_crop@3x.png │ ├── icon_crop_rotate.imageset │ │ ├── Contents.json │ │ ├── icon_crop_rotate.png │ │ ├── icon_crop_rotate@2x.png │ │ └── icon_crop_rotate@3x.png │ ├── icon_delete.imageset │ │ ├── Contents.json │ │ ├── icon_delete.png │ │ ├── icon_delete@2x.png │ │ └── icon_delete@3x.png │ ├── icon_eraser.imageset │ │ ├── Contents.json │ │ ├── icon_eraser.png │ │ ├── icon_eraser@2x.png │ │ └── icon_eraser@3x.png │ ├── icon_flash_on.imageset │ │ ├── Contents.json │ │ ├── icon_flash_on.png │ │ ├── icon_flash_on@2x.png │ │ └── icon_flash_on@3x.png │ ├── icon_flip.imageset │ │ ├── Contents.json │ │ ├── icon_flip.png │ │ ├── icon_flip@2x.png │ │ └── icon_flip@3x.png │ ├── icon_flip_camera.imageset │ │ ├── Contents.json │ │ ├── icon_flip_camera.png │ │ ├── icon_flip_camera@2x.png │ │ └── icon_flip_camera@3x.png │ ├── icon_flip_vertical.imageset │ │ ├── Contents.json │ │ ├── icon_flip_vertical.png │ │ ├── icon_flip_vertical@2x.png │ │ └── icon_flip_vertical@3x.png │ ├── icon_go_home.imageset │ │ ├── Contents.json │ │ ├── icon_go_home.png │ │ ├── icon_go_home@2x.png │ │ └── icon_go_home@3x.png │ ├── icon_highlight.imageset │ │ ├── Contents.json │ │ ├── icon_highlight.png │ │ ├── icon_highlight@2x.png │ │ └── icon_highlight@3x.png │ ├── icon_lock.imageset │ │ ├── Contents.json │ │ ├── icon_lock.png │ │ ├── icon_lock@2x.png │ │ └── icon_lock@3x.png │ ├── icon_lock_open.imageset │ │ ├── Contents.json │ │ ├── icon_lock_open.png │ │ ├── icon_lock_open@2x.png │ │ └── icon_lock_open@3x.png │ ├── icon_magnify.imageset │ │ ├── Contents.json │ │ └── icon_magnify_without_center@2x.png │ ├── icon_overlay.imageset │ │ ├── Contents.json │ │ ├── icon_overlay.png │ │ ├── icon_overlay@2x.png │ │ └── icon_overlay@3x.png │ ├── icon_popup_delete.imageset │ │ ├── Contents.json │ │ ├── dustbin (1).png │ │ ├── dustbin (1)@2x.png │ │ └── dustbin (1)@3x.png │ ├── icon_rect_effect_left.imageset │ │ ├── Contents.json │ │ └── icon_rect_effect_left@2x.png │ ├── icon_rect_effect_right.imageset │ │ ├── Contents.json │ │ └── icon_rect_effect_right@2x.png │ ├── icon_refresh.imageset │ │ ├── Contents.json │ │ ├── icon_refresh.png │ │ ├── icon_refresh@2x.png │ │ └── icon_refresh@3x.png │ ├── icon_restore.imageset │ │ ├── Contents.json │ │ ├── icon_restore.png │ │ ├── icon_restore@2x.png │ │ └── icon_restore@3x.png │ ├── icon_rotate_text.imageset │ │ ├── Contents.json │ │ ├── icon_rotate_text.png │ │ ├── icon_rotate_text@2x.png │ │ └── icon_rotate_text@3x.png │ ├── icon_save.imageset │ │ ├── Contents.json │ │ ├── icon_save.png │ │ ├── icon_save@2x.png │ │ └── icon_save@3x.png │ ├── icon_share.imageset │ │ ├── Contents.json │ │ ├── icon_share.png │ │ ├── icon_share@2x.png │ │ └── icon_share@3x.png │ ├── icon_show_grid.imageset │ │ ├── Contents.json │ │ ├── icon_show_grid.png │ │ ├── icon_show_grid@2x.png │ │ └── icon_show_grid@3x.png │ ├── icon_slider.imageset │ │ ├── Contents.json │ │ ├── icon_slider.png │ │ ├── icon_slider@2x.png │ │ └── icon_slider@3x.png │ ├── icon_slider_blue.imageset │ │ ├── Contents.json │ │ ├── icon_slider_blue.png │ │ ├── icon_slider_blue@2x.png │ │ └── icon_slider_blue@3x.png │ ├── icon_slider_green.imageset │ │ ├── Contents.json │ │ ├── icon_slider_green.png │ │ ├── icon_slider_green@2x.png │ │ └── icon_slider_green@3x.png │ ├── icon_slider_red.imageset │ │ ├── Contents.json │ │ ├── icon_slider_red.png │ │ ├── icon_slider_red@2x.png │ │ └── icon_slider_red@3x.png │ ├── icon_slider_temp.imageset │ │ ├── Contents.json │ │ ├── icon_slider_temp.png │ │ ├── icon_slider_temp@2x.png │ │ └── icon_slider_temp@3x.png │ ├── icon_slider_tint.imageset │ │ ├── Contents.json │ │ ├── icon_slider_tint.png │ │ ├── icon_slider_tint@2x.png │ │ └── icon_slider_tint@3x.png │ ├── icon_slider_unactive.imageset │ │ ├── Contents.json │ │ ├── icon_slider_unactive.png │ │ ├── icon_slider_unactive@2x.png │ │ └── icon_slider_unactive@3x.png │ ├── icon_video_scrabber.imageset │ │ ├── Contents.json │ │ ├── icon_video_scrabber.png │ │ ├── icon_video_scrabber@2x.png │ │ └── icon_video_scrabber@3x.png │ ├── icon_white_eraser.imageset │ │ ├── Contents.json │ │ ├── icon_white_eraser.png │ │ ├── icon_white_eraser@2x.png │ │ └── icon_white_eraser@3x.png │ ├── icon_white_highlight.imageset │ │ ├── Contents.json │ │ ├── icon_white_highlight.png │ │ ├── icon_white_highlight@2x.png │ │ └── icon_white_highlight@3x.png │ ├── icon_white_lock.imageset │ │ ├── Contents.json │ │ ├── icon_white_lock.png │ │ ├── icon_white_lock@2x.png │ │ └── icon_white_lock@3x.png │ ├── icon_white_lock_open.imageset │ │ ├── Contents.json │ │ ├── icon_white_lock_open.png │ │ ├── icon_white_lock_open@2x.png │ │ └── icon_white_lock_open@3x.png │ ├── menu_brush.imageset │ │ ├── Contents.json │ │ ├── menu_brush.png │ │ ├── menu_brush@2x.png │ │ └── menu_brush@3x.png │ ├── menu_brush_selected.imageset │ │ ├── Contents.json │ │ ├── menu_brush_selected.png │ │ ├── menu_brush_selected@2x.png │ │ └── menu_brush_selected@3x.png │ ├── menu_filter.imageset │ │ ├── Contents.json │ │ ├── menu_filter.png │ │ ├── menu_filter@2x.png │ │ └── menu_filter@3x.png │ ├── menu_filter_selected.imageset │ │ ├── Contents.json │ │ ├── menu_filter_selected.png │ │ ├── menu_filter_selected@2x.png │ │ └── menu_filter_selected@3x.png │ ├── menu_text.imageset │ │ ├── Contents.json │ │ ├── menu_text.png │ │ ├── menu_text@2x.png │ │ └── menu_text@3x.png │ ├── menu_text_selected.imageset │ │ ├── Contents.json │ │ ├── menu_text_selected.png │ │ ├── menu_text_selected@2x.png │ │ └── menu_text_selected@3x.png │ ├── menu_tune.imageset │ │ ├── Contents.json │ │ ├── menu_tune.png │ │ ├── menu_tune@2x.png │ │ └── menu_tune@3x.png │ ├── menu_tune_selected.imageset │ │ ├── Contents.json │ │ ├── menu_tune_selected.png │ │ ├── menu_tune_selected@2x.png │ │ └── menu_tune_selected@3x.png │ ├── menu_video.imageset │ │ ├── Contents.json │ │ ├── menu_video.png │ │ ├── menu_video@2x.png │ │ └── menu_video@3x.png │ ├── menu_video_selected.imageset │ │ ├── Contents.json │ │ ├── menu_video_selected.png │ │ ├── menu_video_selected@2x.png │ │ └── menu_video_selected@3x.png │ └── play_video.imageset │ │ ├── Contents.json │ │ ├── play_video.png │ │ ├── play_video@2x.png │ │ └── play_video@3x.png ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── CustomCells │ ├── ExportOptionCell.swift │ ├── FilterCell.swift │ ├── FontCell.swift │ └── ProjectCell.swift ├── CustomViews │ ├── .DS_Store │ ├── BrushDrawingView.swift │ ├── CameraSensorView.swift │ ├── CenterFocusView │ │ ├── CenterFocusView.swift │ │ ├── TextIconSubView.swift │ │ └── TextSubView.swift │ ├── MagnifyingGlass.swift │ ├── MyProjectHeaderView.swift │ ├── MyProjectHeaderView.xib │ ├── RecordingButton.swift │ ├── RulerSliderView.swift │ ├── VideoDrawingView.swift │ ├── VideoFadePlayerView.swift │ ├── VideoPlayerView.swift │ └── VideoThumbnailsView.swift ├── Extensions │ ├── .DS_Store │ ├── Constants.swift │ ├── Date.swift │ ├── HexColor.swift │ ├── InterfaceManager.swift │ ├── LoadingView.swift │ ├── MaterialLoadingIndicator.swift │ ├── PaddingTextField.swift │ ├── String.swift │ └── UIImage.swift ├── Images │ ├── 1-gray.png │ ├── 1-gray@2x.png │ ├── 1-gray@3x.png │ ├── 2-gray.png │ ├── 2-gray@2x.png │ ├── 2-gray@3x.png │ ├── 3-gray.png │ ├── 3-gray@2x.png │ ├── 3-gray@3x.png │ ├── 4-gray.png │ ├── 4-gray@2x.png │ ├── 4-gray@3x.png │ ├── 5-gray.png │ ├── 5-gray@2x.png │ ├── 5-gray@3x.png │ ├── B.png │ ├── B@2x.png │ ├── B@3x.png │ ├── Check.png │ ├── Check@2x.png │ ├── Check@3x.png │ ├── Check_deactive.png │ ├── Check_deactive@2x.png │ ├── Check_deactive@3x.png │ ├── Combined Shape.png │ ├── Combined Shape@2x.png │ ├── Combined Shape@3x.png │ ├── Cputer.png │ ├── Cputer@2x.png │ ├── Cputer@3x.png │ ├── Edit-h.png │ ├── Edit-h@2x.png │ ├── Edit-h@3x.png │ ├── Edit.png │ ├── Edit@2x.png │ ├── Edit@3x.png │ ├── Flip-camera.png │ ├── Flip-camera@2x.png │ ├── Flip-camera@3x.png │ ├── Fullscreen.png │ ├── Fullscreen@2x.png │ ├── Fullscreen@3x.png │ ├── G.png │ ├── G@2x.png │ ├── G@3x.png │ ├── Icons │ │ ├── Save.png │ │ ├── Save@2x.png │ │ ├── Save@3x.png │ │ ├── Share @2x.png │ │ ├── Share @3x.png │ │ ├── Share.png │ │ ├── instagram.png │ │ ├── instagram@2x.png │ │ └── instagram@3x.png │ ├── Play.png │ ├── Play@2x.png │ ├── Play@3x.png │ ├── Project-h.png │ ├── Project-h@2x.png │ ├── Project-h@3x.png │ ├── R.png │ ├── R@2x.png │ ├── R@3x.png │ ├── RBG.png │ ├── RBG@2x.png │ ├── RBG@3x.png │ ├── Round.png │ ├── Round@2x.png │ ├── Round@3x.png │ ├── Snap-h.png │ ├── Snap-h@2x.png │ ├── Snap-h@3x.png │ ├── Snap.png │ ├── Snap@2x.png │ ├── Snap@3x.png │ ├── Still-Images-h.png │ ├── Still-Images-h@2x.png │ ├── Still-Images-h@3x.png │ ├── Top-icon.png │ ├── Top-icon@2x.png │ ├── Top-icon@3x.png │ ├── Undo-h.png │ ├── Undo-h@2x.png │ ├── Undo-h@3x.png │ ├── btn_bg_highlight.png │ ├── bursh-h.png │ ├── bursh-h@2x.png │ ├── bursh-h@3x.png │ ├── bwt-bg.png │ ├── bwt-bg@2x.png │ ├── bwt-bg@3x.png │ ├── deleted.png │ ├── deleted@2x.png │ ├── deleted@3x.png │ ├── dot.png │ ├── dot@2x.png │ ├── dot@3x.png │ ├── filter-h.png │ ├── filter-h@2x.png │ ├── filter-h@3x.png │ ├── filter.png │ ├── filter@2x.png │ ├── filter@3x.png │ ├── hr-bg.png │ ├── hr-bg@2x.png │ ├── hr-bg@3x.png │ ├── iPhone8@2x.png │ ├── iPhone8plush@3x.png │ ├── iPhonexr@3x.png │ ├── iPhonexs@3x.png │ ├── ic │ │ ├── Angle-h.png │ │ ├── Angle-h@2x.png │ │ ├── Angle-h@3x.png │ │ ├── Angle.png │ │ ├── Angle@2x.png │ │ ├── Angle@3x.png │ │ ├── Text settings-h.png │ │ ├── Text settings-h@2x.png │ │ ├── Text settings-h@3x.png │ │ ├── Text settings.png │ │ ├── Text settings@2x.png │ │ ├── Text settings@3x.png │ │ ├── Vignette-h.png │ │ ├── Vignette-h@2x.png │ │ ├── Vignette-h@3x.png │ │ ├── Vignette.png │ │ ├── Vignette@2x.png │ │ ├── Vignette@3x.png │ │ ├── add_photo_alternate.png │ │ ├── add_photo_alternate@2x.png │ │ ├── add_photo_alternate@3x.png │ │ ├── apps.png │ │ ├── apps@2x.png │ │ ├── apps@3x.png │ │ ├── close.png │ │ ├── close@2x.png │ │ ├── close@3x.png │ │ ├── color-h.png │ │ ├── color-h@2x.png │ │ ├── color-h@3x.png │ │ ├── color.png │ │ ├── color@2x.png │ │ ├── color@3x.png │ │ ├── flash_on.png │ │ ├── flash_on@2x.png │ │ ├── flash_on@3x.png │ │ ├── font-h.png │ │ ├── font-h@2x.png │ │ ├── font-h@3x.png │ │ ├── font.png │ │ ├── font@2x.png │ │ ├── font@3x.png │ │ ├── format_align_center.png │ │ ├── format_align_center@2x.png │ │ ├── format_align_center@3x.png │ │ ├── format_align_justify.png │ │ ├── format_align_justify@2x.png │ │ ├── format_align_justify@3x.png │ │ ├── format_align_left.png │ │ ├── format_align_left@2x.png │ │ ├── format_align_left@3x.png │ │ ├── format_align_right.png │ │ ├── format_align_right@2x.png │ │ ├── format_align_right@3x.png │ │ ├── frames-h.png │ │ ├── frames-h@2x.png │ │ ├── frames-h@3x.png │ │ ├── frames.png │ │ ├── frames@2x.png │ │ ├── frames@3x.png │ │ ├── light-h.png │ │ ├── light-h@2x.png │ │ ├── light-h@3x.png │ │ ├── light.png │ │ ├── light@2x.png │ │ ├── light@3x.png │ │ ├── mask-h.png │ │ ├── mask-h@2x.png │ │ ├── mask-h@3x.png │ │ ├── mask.png │ │ ├── mask@2x.png │ │ ├── mask@3x.png │ │ ├── play_circle_filled.png │ │ ├── play_circle_filled@2x.png │ │ ├── play_circle_filled@3x.png │ │ ├── settings_applications.png │ │ ├── settings_applications@2x.png │ │ ├── settings_applications@3x.png │ │ ├── timer-h.png │ │ ├── timer-h@2x.png │ │ ├── timer-h@3x.png │ │ ├── timer.png │ │ ├── timer@2x.png │ │ ├── timer@3x.png │ │ ├── tone-h.png │ │ ├── tone-h@2x.png │ │ ├── tone-h@3x.png │ │ ├── tone.png │ │ ├── tone@2x.png │ │ ├── tone@3x.png │ │ ├── wb_auto-h.png │ │ ├── wb_auto-h@2x.png │ │ ├── wb_auto-h@3x.png │ │ ├── wb_auto.png │ │ ├── wb_auto@2x.png │ │ └── wb_auto@3x.png │ ├── ic_rotate.png │ ├── ic_rotate@2x.png │ ├── ic_rotate@3x.png │ ├── insta-h.png │ ├── insta-h@2x.png │ ├── insta-h@3x.png │ ├── insta.png │ ├── insta@2x.png │ ├── insta@3x.png │ ├── layers.png │ ├── layers@2x.png │ ├── layers@3x.png │ ├── line-abc.png │ ├── line-abc@2x.png │ ├── line-abc@3x.png │ ├── line.png │ ├── line@2x.png │ ├── line@3x.png │ ├── middal-dot.png │ ├── middal-dot@2x.png │ ├── middal-dot@3x.png │ ├── share-h.png │ ├── share-h@2x.png │ ├── share-h@3x.png │ ├── size-h.png │ ├── size-h@2x.png │ ├── size-h@3x.png │ ├── size.png │ ├── size@2x.png │ ├── size@3x.png │ ├── text-h.png │ ├── text-h@2x.png │ ├── text-h@3x.png │ ├── text.png │ ├── text@2x.png │ ├── text@3x.png │ ├── time-line-h.png │ ├── time-line-h@2x.png │ ├── time-line-h@3x.png │ ├── time-line.png │ ├── time-line@2x.png │ ├── time-line@3x.png │ ├── uncheck.png │ ├── uncheck@2x.png │ ├── uncheck@3x.png │ ├── video-camera (1).png │ ├── video-camera (1)@2x.png │ ├── video-camera (1)@3x.png │ ├── you-h.png │ ├── you-h@2x.png │ ├── you-h@3x.png │ ├── you.png │ ├── you@2x.png │ └── you@3x.png ├── Info.plist ├── Model │ ├── .DS_Store │ ├── FontObject.swift │ ├── GlobalPool.swift │ ├── ImageProcesser.swift │ ├── MotionManager.swift │ ├── ProjectManger.swift │ ├── Settings.swift │ ├── ThumbnailManager.swift │ ├── UndoManager.swift │ ├── VideoEditor.swift │ ├── VideoFilterManager.swift │ └── VideoWriter.swift ├── ThirdParty │ ├── .DS_Store │ ├── FloodFill │ │ ├── LinkedListStack.h │ │ ├── LinkedListStack.m │ │ ├── UIImage+FloodFill.h │ │ └── UIImage+FloodFill.m │ ├── IGRPhotoTweaks │ │ ├── Category │ │ │ ├── CGFloat+IGRPhonoTweakExtension.swift │ │ │ ├── CGImage+IGRPhonoTweakExtension.swift │ │ │ ├── CGPoint+IGRPhonoTweakExtension.swift │ │ │ ├── UIColor+IGRPhonoTweakExtension.swift │ │ │ └── UIImage+IGRPhonoTweakExtension.swift │ │ ├── Constants │ │ │ └── IGRPhotoTweakConstants.swift │ │ ├── Helper │ │ │ └── IGRRadianAngle.swift │ │ ├── IGRPhotoTweakViewController+Angle.swift │ │ ├── IGRPhotoTweakViewController+AspectRatio.swift │ │ ├── IGRPhotoTweakViewController+Customization.swift │ │ ├── IGRPhotoTweakViewController+PHPhotoLibrary.swift │ │ ├── IGRPhotoTweakViewController.swift │ │ ├── IGRPhotoTweaks.h │ │ └── PhotoTweakView │ │ │ ├── CropView │ │ │ ├── IGRCropView+AspectRatio.swift │ │ │ ├── IGRCropView+Lines.swift │ │ │ ├── IGRCropView+NSLayoutConstraint.swift │ │ │ ├── IGRCropView+UITouch.swift │ │ │ ├── IGRCropView.swift │ │ │ ├── Lines │ │ │ │ ├── IGRCropCornerLine.swift │ │ │ │ ├── IGRCropCornerView.swift │ │ │ │ ├── IGRCropGridLine.swift │ │ │ │ └── IGRCropLine.swift │ │ │ └── Mask │ │ │ │ └── IGRCropMaskView.swift │ │ │ ├── IGRPhotoTweakView+Angle.swift │ │ │ ├── IGRPhotoTweakView+AspectRatio.swift │ │ │ ├── IGRPhotoTweakView+Customization.swift │ │ │ ├── IGRPhotoTweakView+IGRCropView.swift │ │ │ ├── IGRPhotoTweakView+Mask.swift │ │ │ ├── IGRPhotoTweakView+NSLayoutConstraint.swift │ │ │ ├── IGRPhotoTweakView+Touch.swift │ │ │ ├── IGRPhotoTweakView+UIScrollView.swift │ │ │ ├── IGRPhotoTweakView.swift │ │ │ └── ScrollViews │ │ │ ├── IGRPhotoContentView.swift │ │ │ └── IGRPhotoScrollView.swift │ ├── MBProgressHUD │ │ ├── MBProgressHUD.h │ │ └── MBProgressHUD.m │ ├── PixelBuffer │ │ ├── PixelBufferConverter.h │ │ └── PixelBufferConverter.m │ ├── StickerView │ │ ├── .DS_Store │ │ ├── SPGripViewBorderView.h │ │ ├── SPGripViewBorderView.m │ │ ├── ZDStickerView.bundle │ │ │ ├── delete.png │ │ │ ├── delete@2x.png │ │ │ ├── delete@3x.png │ │ │ ├── restore.png │ │ │ ├── restore@2x.png │ │ │ └── restore@3x.png │ │ ├── ZDStickerView.h │ │ └── ZDStickerView.m │ ├── UIImage │ │ ├── .DS_Store │ │ ├── UIImage+Utility.h │ │ └── UIImage+Utility.m │ ├── VideoFilterExporter │ │ ├── VideoFilterCompositionInstruction.swift │ │ ├── VideoFilterCompositor.swift │ │ └── VideoFilterExporter.swift │ └── VideoMerge │ │ └── VideoMerger.swift ├── VideoGraph-Bridging-Header.h ├── ViewController.swift └── ViewControllers │ ├── .DS_Store │ ├── CameraViewController.swift │ ├── CropSubViewController.swift │ ├── CropViewController.swift │ ├── EditViewController.swift │ ├── ExportViewController.swift │ ├── FeatureBrush │ ├── BrushOverlayViewController.swift │ └── BrushSliderViewController.swift │ ├── FeatureFilter │ └── FilterViewController.swift │ ├── FeatureText │ ├── TextFontColorViewController.swift │ └── TextSettingsViewController.swift │ ├── FeatureTune │ ├── TuneColorViewController.swift │ ├── TuneLightViewController.swift │ ├── TuneToneCurveViewController.swift │ └── TuneVignetteViewController.swift │ ├── FeatureVideo │ ├── VideoSliderViewController.swift │ └── VideoStillImageViewController.swift │ ├── InitialViewController.swift │ ├── Menu │ ├── TemplateMenuViewController.swift │ └── TextMenuViewController.swift │ ├── NewCameraViewController.swift │ ├── NewEditViewController.swift │ ├── TextViewController.swift │ └── newViews │ ├── NewExportViewController.swift │ ├── NewStillViewController.swift │ ├── RightSettingView.swift │ └── SettingBrushView.swift └── image ├── Screenshot01.png ├── Screenshot02.png ├── Screenshot03.png ├── Screenshot04.png ├── Screenshot05.png ├── Screenshot06.png ├── Screenshot07.png ├── Screenshot08.png ├── Screenshot09.png ├── Screenshot10.png ├── Screenshot11.png └── Screenshot12.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/LICENSE -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/Podfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/README.md -------------------------------------------------------------------------------- /VideoGraph.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /VideoGraph.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /VideoGraph.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /VideoGraph.xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /VideoGraph.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /VideoGraph.xcodeproj/xcuserdata/techsviewer.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcodeproj/xcuserdata/techsviewer.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /VideoGraph.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /VideoGraph.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /VideoGraph.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /VideoGraph.xcworkspace/xcuserdata/admin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcworkspace/xcuserdata/admin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /VideoGraph.xcworkspace/xcuserdata/techsviewer.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcworkspace/xcuserdata/techsviewer.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /VideoGraph.xcworkspace/xcuserdata/techsviewer.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph.xcworkspace/xcuserdata/techsviewer.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /VideoGraph/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/.DS_Store -------------------------------------------------------------------------------- /VideoGraph/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/AppDelegate.swift -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/.DS_Store -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB1.imageset/AWB1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB1.imageset/AWB1.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB1.imageset/AWB1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB1.imageset/AWB1@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB1.imageset/AWB1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB1.imageset/AWB1@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB1.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB1_selected.imageset/AWB1_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB1_selected.imageset/AWB1_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB1_selected.imageset/AWB1_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB1_selected.imageset/AWB1_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB1_selected.imageset/AWB1_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB1_selected.imageset/AWB1_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB1_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB1_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB2.imageset/AWB2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB2.imageset/AWB2.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB2.imageset/AWB2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB2.imageset/AWB2@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB2.imageset/AWB2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB2.imageset/AWB2@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB2.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB2_selected.imageset/AWB2_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB2_selected.imageset/AWB2_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB2_selected.imageset/AWB2_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB2_selected.imageset/AWB2_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB2_selected.imageset/AWB2_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB2_selected.imageset/AWB2_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB2_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB2_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB3.imageset/AWB3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB3.imageset/AWB3.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB3.imageset/AWB3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB3.imageset/AWB3@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB3.imageset/AWB3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB3.imageset/AWB3@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB3.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB3_selected.imageset/AWB3_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB3_selected.imageset/AWB3_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB3_selected.imageset/AWB3_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB3_selected.imageset/AWB3_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB3_selected.imageset/AWB3_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB3_selected.imageset/AWB3_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB3_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB3_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB4.imageset/AWB4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB4.imageset/AWB4.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB4.imageset/AWB4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB4.imageset/AWB4@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB4.imageset/AWB4@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB4.imageset/AWB4@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB4.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB4_selected.imageset/AWB4_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB4_selected.imageset/AWB4_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB4_selected.imageset/AWB4_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB4_selected.imageset/AWB4_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB4_selected.imageset/AWB4_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB4_selected.imageset/AWB4_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB4_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB4_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB5.imageset/AWB5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB5.imageset/AWB5.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB5.imageset/AWB5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB5.imageset/AWB5@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB5.imageset/AWB5@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB5.imageset/AWB5@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB5.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB5.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB5_selected.imageset/AWB5_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB5_selected.imageset/AWB5_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB5_selected.imageset/AWB5_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB5_selected.imageset/AWB5_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB5_selected.imageset/AWB5_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB5_selected.imageset/AWB5_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AWB5_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AWB5_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/grid_seperator.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/grid_seperator.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/grid_seperator.imageset/grid_seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/grid_seperator.imageset/grid_seperator.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/grid_seperator.imageset/grid_seperator@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/grid_seperator.imageset/grid_seperator@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/grid_seperator.imageset/grid_seperator@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/grid_seperator.imageset/grid_seperator@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_11.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_11.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_11.imageset/icon_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_11.imageset/icon_11.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_11.imageset/icon_11@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_11.imageset/icon_11@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_11.imageset/icon_11@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_11.imageset/icon_11@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_11_select.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_11_select.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_11_select.imageset/icon_11_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_11_select.imageset/icon_11_select.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_11_select.imageset/icon_11_select@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_11_select.imageset/icon_11_select@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_11_select.imageset/icon_11_select@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_11_select.imageset/icon_11_select@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_169.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_169.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_169.imageset/icon_169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_169.imageset/icon_169.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_169.imageset/icon_169@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_169.imageset/icon_169@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_169.imageset/icon_169@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_169.imageset/icon_169@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_169_select.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_169_select.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_169_select.imageset/icon_169_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_169_select.imageset/icon_169_select.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_169_select.imageset/icon_169_select@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_169_select.imageset/icon_169_select@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_169_select.imageset/icon_169_select@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_169_select.imageset/icon_169_select@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_43.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_43.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_43.imageset/icon_43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_43.imageset/icon_43.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_43.imageset/icon_43@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_43.imageset/icon_43@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_43.imageset/icon_43@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_43.imageset/icon_43@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_43_select.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_43_select.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_43_select.imageset/icon_43_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_43_select.imageset/icon_43_select.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_43_select.imageset/icon_43_select@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_43_select.imageset/icon_43_select@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_43_select.imageset/icon_43_select@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_43_select.imageset/icon_43_select@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_add_text.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_add_text.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_add_text.imageset/icon_add_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_add_text.imageset/icon_add_text.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_add_text.imageset/icon_add_text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_add_text.imageset/icon_add_text@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_add_text.imageset/icon_add_text@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_add_text.imageset/icon_add_text@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_album.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_album.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_album.imageset/icon_album.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_album.imageset/icon_album.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_album.imageset/icon_album@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_album.imageset/icon_album@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_album.imageset/icon_album@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_album.imageset/icon_album@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_center.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_center.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_center.imageset/icon_alignment_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_center.imageset/icon_alignment_center.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_center.imageset/icon_alignment_center@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_center.imageset/icon_alignment_center@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_center.imageset/icon_alignment_center@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_center.imageset/icon_alignment_center@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_justify.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_justify.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_justify.imageset/icon_alignment_justify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_justify.imageset/icon_alignment_justify.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_justify.imageset/icon_alignment_justify@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_justify.imageset/icon_alignment_justify@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_justify.imageset/icon_alignment_justify@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_justify.imageset/icon_alignment_justify@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_left.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_left.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_left.imageset/icon_alignment_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_left.imageset/icon_alignment_left.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_left.imageset/icon_alignment_left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_left.imageset/icon_alignment_left@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_left.imageset/icon_alignment_left@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_left.imageset/icon_alignment_left@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_right.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_right.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_right.imageset/icon_alignment_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_right.imageset/icon_alignment_right.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_right.imageset/icon_alignment_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_right.imageset/icon_alignment_right@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_alignment_right.imageset/icon_alignment_right@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_alignment_right.imageset/icon_alignment_right@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_back.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_back.imageset/icon_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_back.imageset/icon_back.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_back.imageset/icon_back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_back.imageset/icon_back@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_back.imageset/icon_back@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_back.imageset/icon_back@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_capture.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_capture.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_capture.imageset/icon_capture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_capture.imageset/icon_capture.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_capture.imageset/icon_capture@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_capture.imageset/icon_capture@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_capture.imageset/icon_capture@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_capture.imageset/icon_capture@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_check_final.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_check_final.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_check_final.imageset/icon_check_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_check_final.imageset/icon_check_final.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_check_final.imageset/icon_check_final@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_check_final.imageset/icon_check_final@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_check_final.imageset/icon_check_final@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_check_final.imageset/icon_check_final@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_close.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_close.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_close.imageset/icon_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_close.imageset/icon_close.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_close.imageset/icon_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_close.imageset/icon_close@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_close.imageset/icon_close@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_close.imageset/icon_close@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_create_new.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_create_new.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_create_new.imageset/icon_create_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_create_new.imageset/icon_create_new.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_create_new.imageset/icon_create_new@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_create_new.imageset/icon_create_new@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_create_new.imageset/icon_create_new@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_create_new.imageset/icon_create_new@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_crop.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_crop.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_crop.imageset/icon_crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_crop.imageset/icon_crop.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_crop.imageset/icon_crop@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_crop.imageset/icon_crop@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_crop.imageset/icon_crop@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_crop.imageset/icon_crop@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_crop_rotate.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_crop_rotate.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_crop_rotate.imageset/icon_crop_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_crop_rotate.imageset/icon_crop_rotate.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_crop_rotate.imageset/icon_crop_rotate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_crop_rotate.imageset/icon_crop_rotate@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_crop_rotate.imageset/icon_crop_rotate@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_crop_rotate.imageset/icon_crop_rotate@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_delete.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_delete.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_delete.imageset/icon_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_delete.imageset/icon_delete.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_delete.imageset/icon_delete@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_delete.imageset/icon_delete@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_delete.imageset/icon_delete@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_delete.imageset/icon_delete@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_eraser.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_eraser.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_eraser.imageset/icon_eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_eraser.imageset/icon_eraser.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_eraser.imageset/icon_eraser@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_eraser.imageset/icon_eraser@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_eraser.imageset/icon_eraser@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_eraser.imageset/icon_eraser@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flash_on.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flash_on.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flash_on.imageset/icon_flash_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flash_on.imageset/icon_flash_on.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flash_on.imageset/icon_flash_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flash_on.imageset/icon_flash_on@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flash_on.imageset/icon_flash_on@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flash_on.imageset/icon_flash_on@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip.imageset/icon_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip.imageset/icon_flip.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip.imageset/icon_flip@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip.imageset/icon_flip@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip.imageset/icon_flip@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip.imageset/icon_flip@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip_camera.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip_camera.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip_camera.imageset/icon_flip_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip_camera.imageset/icon_flip_camera.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip_camera.imageset/icon_flip_camera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip_camera.imageset/icon_flip_camera@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip_camera.imageset/icon_flip_camera@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip_camera.imageset/icon_flip_camera@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip_vertical.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip_vertical.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip_vertical.imageset/icon_flip_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip_vertical.imageset/icon_flip_vertical.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip_vertical.imageset/icon_flip_vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip_vertical.imageset/icon_flip_vertical@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_flip_vertical.imageset/icon_flip_vertical@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_flip_vertical.imageset/icon_flip_vertical@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_go_home.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_go_home.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_go_home.imageset/icon_go_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_go_home.imageset/icon_go_home.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_go_home.imageset/icon_go_home@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_go_home.imageset/icon_go_home@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_go_home.imageset/icon_go_home@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_go_home.imageset/icon_go_home@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_highlight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_highlight.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_highlight.imageset/icon_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_highlight.imageset/icon_highlight.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_highlight.imageset/icon_highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_highlight.imageset/icon_highlight@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_highlight.imageset/icon_highlight@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_highlight.imageset/icon_highlight@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_lock.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_lock.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_lock.imageset/icon_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_lock.imageset/icon_lock.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_lock.imageset/icon_lock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_lock.imageset/icon_lock@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_lock.imageset/icon_lock@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_lock.imageset/icon_lock@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_lock_open.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_lock_open.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_lock_open.imageset/icon_lock_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_lock_open.imageset/icon_lock_open.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_lock_open.imageset/icon_lock_open@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_lock_open.imageset/icon_lock_open@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_lock_open.imageset/icon_lock_open@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_lock_open.imageset/icon_lock_open@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_magnify.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_magnify.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_magnify.imageset/icon_magnify_without_center@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_magnify.imageset/icon_magnify_without_center@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_overlay.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_overlay.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_overlay.imageset/icon_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_overlay.imageset/icon_overlay.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_overlay.imageset/icon_overlay@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_overlay.imageset/icon_overlay@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_overlay.imageset/icon_overlay@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_overlay.imageset/icon_overlay@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_popup_delete.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_popup_delete.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_popup_delete.imageset/dustbin (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_popup_delete.imageset/dustbin (1).png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_popup_delete.imageset/dustbin (1)@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_popup_delete.imageset/dustbin (1)@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_popup_delete.imageset/dustbin (1)@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_popup_delete.imageset/dustbin (1)@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_rect_effect_left.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_rect_effect_left.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_rect_effect_left.imageset/icon_rect_effect_left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_rect_effect_left.imageset/icon_rect_effect_left@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_rect_effect_right.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_rect_effect_right.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_rect_effect_right.imageset/icon_rect_effect_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_rect_effect_right.imageset/icon_rect_effect_right@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_refresh.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_refresh.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_refresh.imageset/icon_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_refresh.imageset/icon_refresh.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_refresh.imageset/icon_refresh@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_refresh.imageset/icon_refresh@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_refresh.imageset/icon_refresh@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_refresh.imageset/icon_refresh@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_restore.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_restore.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_restore.imageset/icon_restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_restore.imageset/icon_restore.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_restore.imageset/icon_restore@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_restore.imageset/icon_restore@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_restore.imageset/icon_restore@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_restore.imageset/icon_restore@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_rotate_text.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_rotate_text.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_rotate_text.imageset/icon_rotate_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_rotate_text.imageset/icon_rotate_text.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_rotate_text.imageset/icon_rotate_text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_rotate_text.imageset/icon_rotate_text@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_rotate_text.imageset/icon_rotate_text@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_rotate_text.imageset/icon_rotate_text@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_save.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_save.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_save.imageset/icon_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_save.imageset/icon_save.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_save.imageset/icon_save@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_save.imageset/icon_save@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_save.imageset/icon_save@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_save.imageset/icon_save@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_share.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_share.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_share.imageset/icon_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_share.imageset/icon_share.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_share.imageset/icon_share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_share.imageset/icon_share@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_share.imageset/icon_share@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_share.imageset/icon_share@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_show_grid.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_show_grid.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_show_grid.imageset/icon_show_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_show_grid.imageset/icon_show_grid.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_show_grid.imageset/icon_show_grid@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_show_grid.imageset/icon_show_grid@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_show_grid.imageset/icon_show_grid@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_show_grid.imageset/icon_show_grid@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider.imageset/icon_slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider.imageset/icon_slider.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider.imageset/icon_slider@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider.imageset/icon_slider@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider.imageset/icon_slider@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider.imageset/icon_slider@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_blue.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_blue.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_blue.imageset/icon_slider_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_blue.imageset/icon_slider_blue.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_blue.imageset/icon_slider_blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_blue.imageset/icon_slider_blue@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_blue.imageset/icon_slider_blue@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_blue.imageset/icon_slider_blue@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_green.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_green.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_green.imageset/icon_slider_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_green.imageset/icon_slider_green.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_green.imageset/icon_slider_green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_green.imageset/icon_slider_green@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_green.imageset/icon_slider_green@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_green.imageset/icon_slider_green@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_red.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_red.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_red.imageset/icon_slider_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_red.imageset/icon_slider_red.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_red.imageset/icon_slider_red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_red.imageset/icon_slider_red@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_red.imageset/icon_slider_red@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_red.imageset/icon_slider_red@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_temp.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_temp.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_temp.imageset/icon_slider_temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_temp.imageset/icon_slider_temp.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_temp.imageset/icon_slider_temp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_temp.imageset/icon_slider_temp@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_temp.imageset/icon_slider_temp@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_temp.imageset/icon_slider_temp@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_tint.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_tint.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_tint.imageset/icon_slider_tint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_tint.imageset/icon_slider_tint.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_tint.imageset/icon_slider_tint@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_tint.imageset/icon_slider_tint@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_tint.imageset/icon_slider_tint@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_tint.imageset/icon_slider_tint@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_unactive.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_unactive.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_unactive.imageset/icon_slider_unactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_unactive.imageset/icon_slider_unactive.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_unactive.imageset/icon_slider_unactive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_unactive.imageset/icon_slider_unactive@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_slider_unactive.imageset/icon_slider_unactive@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_slider_unactive.imageset/icon_slider_unactive@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_video_scrabber.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_video_scrabber.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_video_scrabber.imageset/icon_video_scrabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_video_scrabber.imageset/icon_video_scrabber.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_video_scrabber.imageset/icon_video_scrabber@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_video_scrabber.imageset/icon_video_scrabber@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_video_scrabber.imageset/icon_video_scrabber@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_video_scrabber.imageset/icon_video_scrabber@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_eraser.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_eraser.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_eraser.imageset/icon_white_eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_eraser.imageset/icon_white_eraser.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_eraser.imageset/icon_white_eraser@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_eraser.imageset/icon_white_eraser@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_eraser.imageset/icon_white_eraser@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_eraser.imageset/icon_white_eraser@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_highlight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_highlight.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_highlight.imageset/icon_white_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_highlight.imageset/icon_white_highlight.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_highlight.imageset/icon_white_highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_highlight.imageset/icon_white_highlight@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_highlight.imageset/icon_white_highlight@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_highlight.imageset/icon_white_highlight@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_lock.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_lock.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_lock.imageset/icon_white_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_lock.imageset/icon_white_lock.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_lock.imageset/icon_white_lock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_lock.imageset/icon_white_lock@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_lock.imageset/icon_white_lock@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_lock.imageset/icon_white_lock@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_lock_open.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_lock_open.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_lock_open.imageset/icon_white_lock_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_lock_open.imageset/icon_white_lock_open.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_lock_open.imageset/icon_white_lock_open@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_lock_open.imageset/icon_white_lock_open@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/icon_white_lock_open.imageset/icon_white_lock_open@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/icon_white_lock_open.imageset/icon_white_lock_open@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_brush.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_brush.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_brush.imageset/menu_brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_brush.imageset/menu_brush.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_brush.imageset/menu_brush@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_brush.imageset/menu_brush@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_brush.imageset/menu_brush@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_brush.imageset/menu_brush@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_brush_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_brush_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_brush_selected.imageset/menu_brush_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_brush_selected.imageset/menu_brush_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_brush_selected.imageset/menu_brush_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_brush_selected.imageset/menu_brush_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_brush_selected.imageset/menu_brush_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_brush_selected.imageset/menu_brush_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_filter.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_filter.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_filter.imageset/menu_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_filter.imageset/menu_filter.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_filter.imageset/menu_filter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_filter.imageset/menu_filter@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_filter.imageset/menu_filter@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_filter.imageset/menu_filter@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_filter_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_filter_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_filter_selected.imageset/menu_filter_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_filter_selected.imageset/menu_filter_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_filter_selected.imageset/menu_filter_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_filter_selected.imageset/menu_filter_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_filter_selected.imageset/menu_filter_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_filter_selected.imageset/menu_filter_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_text.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_text.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_text.imageset/menu_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_text.imageset/menu_text.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_text.imageset/menu_text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_text.imageset/menu_text@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_text.imageset/menu_text@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_text.imageset/menu_text@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_text_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_text_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_text_selected.imageset/menu_text_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_text_selected.imageset/menu_text_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_text_selected.imageset/menu_text_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_text_selected.imageset/menu_text_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_text_selected.imageset/menu_text_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_text_selected.imageset/menu_text_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_tune.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_tune.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_tune.imageset/menu_tune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_tune.imageset/menu_tune.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_tune.imageset/menu_tune@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_tune.imageset/menu_tune@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_tune.imageset/menu_tune@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_tune.imageset/menu_tune@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_tune_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_tune_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_tune_selected.imageset/menu_tune_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_tune_selected.imageset/menu_tune_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_tune_selected.imageset/menu_tune_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_tune_selected.imageset/menu_tune_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_tune_selected.imageset/menu_tune_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_tune_selected.imageset/menu_tune_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_video.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_video.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_video.imageset/menu_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_video.imageset/menu_video.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_video.imageset/menu_video@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_video.imageset/menu_video@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_video.imageset/menu_video@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_video.imageset/menu_video@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_video_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_video_selected.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_video_selected.imageset/menu_video_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_video_selected.imageset/menu_video_selected.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_video_selected.imageset/menu_video_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_video_selected.imageset/menu_video_selected@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/menu_video_selected.imageset/menu_video_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/menu_video_selected.imageset/menu_video_selected@3x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/play_video.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/play_video.imageset/Contents.json -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/play_video.imageset/play_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/play_video.imageset/play_video.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/play_video.imageset/play_video@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/play_video.imageset/play_video@2x.png -------------------------------------------------------------------------------- /VideoGraph/Assets.xcassets/play_video.imageset/play_video@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Assets.xcassets/play_video.imageset/play_video@3x.png -------------------------------------------------------------------------------- /VideoGraph/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /VideoGraph/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /VideoGraph/CustomCells/ExportOptionCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomCells/ExportOptionCell.swift -------------------------------------------------------------------------------- /VideoGraph/CustomCells/FilterCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomCells/FilterCell.swift -------------------------------------------------------------------------------- /VideoGraph/CustomCells/FontCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomCells/FontCell.swift -------------------------------------------------------------------------------- /VideoGraph/CustomCells/ProjectCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomCells/ProjectCell.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/.DS_Store -------------------------------------------------------------------------------- /VideoGraph/CustomViews/BrushDrawingView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/BrushDrawingView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/CameraSensorView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/CameraSensorView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/CenterFocusView/CenterFocusView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/CenterFocusView/CenterFocusView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/CenterFocusView/TextIconSubView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/CenterFocusView/TextIconSubView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/CenterFocusView/TextSubView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/CenterFocusView/TextSubView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/MagnifyingGlass.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/MagnifyingGlass.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/MyProjectHeaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/MyProjectHeaderView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/MyProjectHeaderView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/MyProjectHeaderView.xib -------------------------------------------------------------------------------- /VideoGraph/CustomViews/RecordingButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/RecordingButton.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/RulerSliderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/RulerSliderView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/VideoDrawingView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/VideoDrawingView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/VideoFadePlayerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/VideoFadePlayerView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/VideoPlayerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/VideoPlayerView.swift -------------------------------------------------------------------------------- /VideoGraph/CustomViews/VideoThumbnailsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/CustomViews/VideoThumbnailsView.swift -------------------------------------------------------------------------------- /VideoGraph/Extensions/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/.DS_Store -------------------------------------------------------------------------------- /VideoGraph/Extensions/Constants.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/Constants.swift -------------------------------------------------------------------------------- /VideoGraph/Extensions/Date.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/Date.swift -------------------------------------------------------------------------------- /VideoGraph/Extensions/HexColor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/HexColor.swift -------------------------------------------------------------------------------- /VideoGraph/Extensions/InterfaceManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/InterfaceManager.swift -------------------------------------------------------------------------------- /VideoGraph/Extensions/LoadingView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/LoadingView.swift -------------------------------------------------------------------------------- /VideoGraph/Extensions/MaterialLoadingIndicator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/MaterialLoadingIndicator.swift -------------------------------------------------------------------------------- /VideoGraph/Extensions/PaddingTextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/PaddingTextField.swift -------------------------------------------------------------------------------- /VideoGraph/Extensions/String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/String.swift -------------------------------------------------------------------------------- /VideoGraph/Extensions/UIImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Extensions/UIImage.swift -------------------------------------------------------------------------------- /VideoGraph/Images/1-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/1-gray.png -------------------------------------------------------------------------------- /VideoGraph/Images/1-gray@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/1-gray@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/1-gray@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/1-gray@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/2-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/2-gray.png -------------------------------------------------------------------------------- /VideoGraph/Images/2-gray@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/2-gray@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/2-gray@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/2-gray@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/3-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/3-gray.png -------------------------------------------------------------------------------- /VideoGraph/Images/3-gray@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/3-gray@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/3-gray@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/3-gray@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/4-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/4-gray.png -------------------------------------------------------------------------------- /VideoGraph/Images/4-gray@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/4-gray@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/4-gray@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/4-gray@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/5-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/5-gray.png -------------------------------------------------------------------------------- /VideoGraph/Images/5-gray@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/5-gray@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/5-gray@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/5-gray@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/B.png -------------------------------------------------------------------------------- /VideoGraph/Images/B@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/B@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/B@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/B@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Check.png -------------------------------------------------------------------------------- /VideoGraph/Images/Check@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Check@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Check@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Check@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Check_deactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Check_deactive.png -------------------------------------------------------------------------------- /VideoGraph/Images/Check_deactive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Check_deactive@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Check_deactive@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Check_deactive@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Combined Shape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Combined Shape.png -------------------------------------------------------------------------------- /VideoGraph/Images/Combined Shape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Combined Shape@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Combined Shape@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Combined Shape@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Cputer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Cputer.png -------------------------------------------------------------------------------- /VideoGraph/Images/Cputer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Cputer@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Cputer@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Cputer@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Edit-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Edit-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/Edit-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Edit-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Edit-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Edit-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Edit.png -------------------------------------------------------------------------------- /VideoGraph/Images/Edit@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Edit@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Edit@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Edit@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Flip-camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Flip-camera.png -------------------------------------------------------------------------------- /VideoGraph/Images/Flip-camera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Flip-camera@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Flip-camera@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Flip-camera@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Fullscreen.png -------------------------------------------------------------------------------- /VideoGraph/Images/Fullscreen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Fullscreen@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Fullscreen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Fullscreen@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/G.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/G.png -------------------------------------------------------------------------------- /VideoGraph/Images/G@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/G@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/G@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/G@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Icons/Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Icons/Save.png -------------------------------------------------------------------------------- /VideoGraph/Images/Icons/Save@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Icons/Save@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Icons/Save@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Icons/Save@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Icons/Share @2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Icons/Share @2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Icons/Share @3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Icons/Share @3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Icons/Share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Icons/Share.png -------------------------------------------------------------------------------- /VideoGraph/Images/Icons/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Icons/instagram.png -------------------------------------------------------------------------------- /VideoGraph/Images/Icons/instagram@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Icons/instagram@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Icons/instagram@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Icons/instagram@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Play.png -------------------------------------------------------------------------------- /VideoGraph/Images/Play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Play@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Play@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Project-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Project-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/Project-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Project-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Project-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Project-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/R.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/R.png -------------------------------------------------------------------------------- /VideoGraph/Images/R@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/R@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/R@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/R@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/RBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/RBG.png -------------------------------------------------------------------------------- /VideoGraph/Images/RBG@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/RBG@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/RBG@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/RBG@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Round.png -------------------------------------------------------------------------------- /VideoGraph/Images/Round@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Round@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Round@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Round@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Snap-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Snap-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/Snap-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Snap-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Snap-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Snap-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Snap.png -------------------------------------------------------------------------------- /VideoGraph/Images/Snap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Snap@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Snap@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Snap@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Still-Images-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Still-Images-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/Still-Images-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Still-Images-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Still-Images-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Still-Images-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Top-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Top-icon.png -------------------------------------------------------------------------------- /VideoGraph/Images/Top-icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Top-icon@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Top-icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Top-icon@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Undo-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Undo-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/Undo-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Undo-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/Undo-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/Undo-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/btn_bg_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/btn_bg_highlight.png -------------------------------------------------------------------------------- /VideoGraph/Images/bursh-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/bursh-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/bursh-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/bursh-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/bursh-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/bursh-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/bwt-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/bwt-bg.png -------------------------------------------------------------------------------- /VideoGraph/Images/bwt-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/bwt-bg@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/bwt-bg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/bwt-bg@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/deleted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/deleted.png -------------------------------------------------------------------------------- /VideoGraph/Images/deleted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/deleted@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/deleted@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/deleted@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/dot.png -------------------------------------------------------------------------------- /VideoGraph/Images/dot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/dot@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/dot@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/dot@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/filter-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/filter-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/filter-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/filter-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/filter-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/filter-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/filter.png -------------------------------------------------------------------------------- /VideoGraph/Images/filter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/filter@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/filter@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/filter@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/hr-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/hr-bg.png -------------------------------------------------------------------------------- /VideoGraph/Images/hr-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/hr-bg@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/hr-bg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/hr-bg@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/iPhone8@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/iPhone8@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/iPhone8plush@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/iPhone8plush@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/iPhonexr@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/iPhonexr@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/iPhonexs@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/iPhonexs@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Angle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Angle-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Angle-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Angle-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Angle-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Angle-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Angle.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Angle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Angle@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Angle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Angle@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Text settings-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Text settings-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Text settings-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Text settings-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Text settings-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Text settings-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Text settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Text settings.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Text settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Text settings@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Text settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Text settings@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Vignette-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Vignette-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Vignette-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Vignette-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Vignette-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Vignette-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Vignette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Vignette.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Vignette@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Vignette@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/Vignette@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/Vignette@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/add_photo_alternate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/add_photo_alternate.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/add_photo_alternate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/add_photo_alternate@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/add_photo_alternate@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/add_photo_alternate@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/apps.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/apps@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/apps@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/apps@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/apps@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/close.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/close@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/close@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/close@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/color-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/color-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/color-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/color-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/color-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/color-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/color.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/color@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/color@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/color@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/color@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/flash_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/flash_on.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/flash_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/flash_on@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/flash_on@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/flash_on@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/font-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/font-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/font-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/font-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/font-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/font-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/font.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/font@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/font@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/font@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/font@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_center.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_center@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_center@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_center@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_center@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_justify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_justify.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_justify@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_justify@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_justify@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_justify@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_left.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_left@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_left@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_left@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_right.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_right@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/format_align_right@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/format_align_right@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/frames-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/frames-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/frames-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/frames-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/frames-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/frames-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/frames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/frames.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/frames@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/frames@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/frames@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/frames@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/light-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/light-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/light-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/light-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/light-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/light-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/light.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/light@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/light@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/light@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/light@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/mask-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/mask-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/mask-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/mask-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/mask-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/mask-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/mask.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/mask@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/mask@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/mask@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/mask@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/play_circle_filled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/play_circle_filled.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/play_circle_filled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/play_circle_filled@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/play_circle_filled@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/play_circle_filled@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/settings_applications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/settings_applications.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/settings_applications@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/settings_applications@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/settings_applications@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/settings_applications@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/timer-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/timer-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/timer-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/timer-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/timer-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/timer-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/timer.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/timer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/timer@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/timer@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/timer@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/tone-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/tone-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/tone-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/tone-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/tone-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/tone-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/tone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/tone.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/tone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/tone@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/tone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/tone@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/wb_auto-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/wb_auto-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/wb_auto-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/wb_auto-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/wb_auto-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/wb_auto-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/wb_auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/wb_auto.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/wb_auto@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/wb_auto@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic/wb_auto@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic/wb_auto@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic_rotate.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic_rotate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic_rotate@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/ic_rotate@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/ic_rotate@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/insta-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/insta-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/insta-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/insta-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/insta-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/insta-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/insta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/insta.png -------------------------------------------------------------------------------- /VideoGraph/Images/insta@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/insta@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/insta@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/insta@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/layers.png -------------------------------------------------------------------------------- /VideoGraph/Images/layers@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/layers@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/layers@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/layers@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/line-abc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/line-abc.png -------------------------------------------------------------------------------- /VideoGraph/Images/line-abc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/line-abc@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/line-abc@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/line-abc@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/line.png -------------------------------------------------------------------------------- /VideoGraph/Images/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/line@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/line@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/middal-dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/middal-dot.png -------------------------------------------------------------------------------- /VideoGraph/Images/middal-dot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/middal-dot@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/middal-dot@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/middal-dot@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/share-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/share-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/share-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/share-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/share-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/share-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/size-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/size-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/size-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/size-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/size-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/size-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/size.png -------------------------------------------------------------------------------- /VideoGraph/Images/size@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/size@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/size@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/size@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/text-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/text-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/text-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/text-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/text-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/text-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/text.png -------------------------------------------------------------------------------- /VideoGraph/Images/text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/text@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/text@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/text@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/time-line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/time-line-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/time-line-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/time-line-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/time-line-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/time-line-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/time-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/time-line.png -------------------------------------------------------------------------------- /VideoGraph/Images/time-line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/time-line@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/time-line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/time-line@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/uncheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/uncheck.png -------------------------------------------------------------------------------- /VideoGraph/Images/uncheck@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/uncheck@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/uncheck@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/uncheck@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/video-camera (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/video-camera (1).png -------------------------------------------------------------------------------- /VideoGraph/Images/video-camera (1)@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/video-camera (1)@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/video-camera (1)@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/video-camera (1)@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/you-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/you-h.png -------------------------------------------------------------------------------- /VideoGraph/Images/you-h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/you-h@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/you-h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/you-h@3x.png -------------------------------------------------------------------------------- /VideoGraph/Images/you.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/you.png -------------------------------------------------------------------------------- /VideoGraph/Images/you@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/you@2x.png -------------------------------------------------------------------------------- /VideoGraph/Images/you@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Images/you@3x.png -------------------------------------------------------------------------------- /VideoGraph/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Info.plist -------------------------------------------------------------------------------- /VideoGraph/Model/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/.DS_Store -------------------------------------------------------------------------------- /VideoGraph/Model/FontObject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/FontObject.swift -------------------------------------------------------------------------------- /VideoGraph/Model/GlobalPool.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/GlobalPool.swift -------------------------------------------------------------------------------- /VideoGraph/Model/ImageProcesser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/ImageProcesser.swift -------------------------------------------------------------------------------- /VideoGraph/Model/MotionManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/MotionManager.swift -------------------------------------------------------------------------------- /VideoGraph/Model/ProjectManger.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/ProjectManger.swift -------------------------------------------------------------------------------- /VideoGraph/Model/Settings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/Settings.swift -------------------------------------------------------------------------------- /VideoGraph/Model/ThumbnailManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/ThumbnailManager.swift -------------------------------------------------------------------------------- /VideoGraph/Model/UndoManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/UndoManager.swift -------------------------------------------------------------------------------- /VideoGraph/Model/VideoEditor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/VideoEditor.swift -------------------------------------------------------------------------------- /VideoGraph/Model/VideoFilterManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/VideoFilterManager.swift -------------------------------------------------------------------------------- /VideoGraph/Model/VideoWriter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/Model/VideoWriter.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/.DS_Store -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/FloodFill/LinkedListStack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/FloodFill/LinkedListStack.h -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/FloodFill/LinkedListStack.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/FloodFill/LinkedListStack.m -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/FloodFill/UIImage+FloodFill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/FloodFill/UIImage+FloodFill.h -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/FloodFill/UIImage+FloodFill.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/FloodFill/UIImage+FloodFill.m -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/Category/CGFloat+IGRPhonoTweakExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/Category/CGFloat+IGRPhonoTweakExtension.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/Category/CGImage+IGRPhonoTweakExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/Category/CGImage+IGRPhonoTweakExtension.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/Category/CGPoint+IGRPhonoTweakExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/Category/CGPoint+IGRPhonoTweakExtension.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/Category/UIColor+IGRPhonoTweakExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/Category/UIColor+IGRPhonoTweakExtension.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/Category/UIImage+IGRPhonoTweakExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/Category/UIImage+IGRPhonoTweakExtension.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/Constants/IGRPhotoTweakConstants.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/Constants/IGRPhotoTweakConstants.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/Helper/IGRRadianAngle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/Helper/IGRRadianAngle.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController+Angle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController+Angle.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController+AspectRatio.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController+AspectRatio.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController+Customization.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController+Customization.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController+PHPhotoLibrary.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController+PHPhotoLibrary.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweakViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweaks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/IGRPhotoTweaks.h -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView+AspectRatio.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView+AspectRatio.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView+Lines.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView+Lines.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView+NSLayoutConstraint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView+NSLayoutConstraint.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView+UITouch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView+UITouch.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/IGRCropView.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Lines/IGRCropCornerLine.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Lines/IGRCropCornerLine.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Lines/IGRCropCornerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Lines/IGRCropCornerView.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Lines/IGRCropGridLine.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Lines/IGRCropGridLine.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Lines/IGRCropLine.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Lines/IGRCropLine.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Mask/IGRCropMaskView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/CropView/Mask/IGRCropMaskView.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+Angle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+Angle.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+AspectRatio.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+AspectRatio.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+Customization.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+Customization.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+IGRCropView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+IGRCropView.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+Mask.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+Mask.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+NSLayoutConstraint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+NSLayoutConstraint.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+Touch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+Touch.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+UIScrollView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView+UIScrollView.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/IGRPhotoTweakView.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/ScrollViews/IGRPhotoContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/ScrollViews/IGRPhotoContentView.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/ScrollViews/IGRPhotoScrollView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/IGRPhotoTweaks/PhotoTweakView/ScrollViews/IGRPhotoScrollView.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/MBProgressHUD/MBProgressHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/MBProgressHUD/MBProgressHUD.h -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/MBProgressHUD/MBProgressHUD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/MBProgressHUD/MBProgressHUD.m -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/PixelBuffer/PixelBufferConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/PixelBuffer/PixelBufferConverter.h -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/PixelBuffer/PixelBufferConverter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/PixelBuffer/PixelBufferConverter.m -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/.DS_Store -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/SPGripViewBorderView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/SPGripViewBorderView.h -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/SPGripViewBorderView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/SPGripViewBorderView.m -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/delete.png -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/delete@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/delete@2x.png -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/delete@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/delete@3x.png -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/restore.png -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/restore@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/restore@2x.png -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/restore@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/ZDStickerView.bundle/restore@3x.png -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/ZDStickerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/ZDStickerView.h -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/StickerView/ZDStickerView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/StickerView/ZDStickerView.m -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/UIImage/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/UIImage/.DS_Store -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/UIImage/UIImage+Utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/UIImage/UIImage+Utility.h -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/UIImage/UIImage+Utility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/UIImage/UIImage+Utility.m -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/VideoFilterExporter/VideoFilterCompositionInstruction.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/VideoFilterExporter/VideoFilterCompositionInstruction.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/VideoFilterExporter/VideoFilterCompositor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/VideoFilterExporter/VideoFilterCompositor.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/VideoFilterExporter/VideoFilterExporter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/VideoFilterExporter/VideoFilterExporter.swift -------------------------------------------------------------------------------- /VideoGraph/ThirdParty/VideoMerge/VideoMerger.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ThirdParty/VideoMerge/VideoMerger.swift -------------------------------------------------------------------------------- /VideoGraph/VideoGraph-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/VideoGraph-Bridging-Header.h -------------------------------------------------------------------------------- /VideoGraph/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/.DS_Store -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/CameraViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/CameraViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/CropSubViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/CropSubViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/CropViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/CropViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/EditViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/EditViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/ExportViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/ExportViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureBrush/BrushOverlayViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureBrush/BrushOverlayViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureBrush/BrushSliderViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureBrush/BrushSliderViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureFilter/FilterViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureFilter/FilterViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureText/TextFontColorViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureText/TextFontColorViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureText/TextSettingsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureText/TextSettingsViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureTune/TuneColorViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureTune/TuneColorViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureTune/TuneLightViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureTune/TuneLightViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureTune/TuneToneCurveViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureTune/TuneToneCurveViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureTune/TuneVignetteViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureTune/TuneVignetteViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureVideo/VideoSliderViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureVideo/VideoSliderViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/FeatureVideo/VideoStillImageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/FeatureVideo/VideoStillImageViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/InitialViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/InitialViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/Menu/TemplateMenuViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/Menu/TemplateMenuViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/Menu/TextMenuViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/Menu/TextMenuViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/NewCameraViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/NewCameraViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/NewEditViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/NewEditViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/TextViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/TextViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/newViews/NewExportViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/newViews/NewExportViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/newViews/NewStillViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/newViews/NewStillViewController.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/newViews/RightSettingView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/newViews/RightSettingView.swift -------------------------------------------------------------------------------- /VideoGraph/ViewControllers/newViews/SettingBrushView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/VideoGraph/ViewControllers/newViews/SettingBrushView.swift -------------------------------------------------------------------------------- /image/Screenshot01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot01.png -------------------------------------------------------------------------------- /image/Screenshot02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot02.png -------------------------------------------------------------------------------- /image/Screenshot03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot03.png -------------------------------------------------------------------------------- /image/Screenshot04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot04.png -------------------------------------------------------------------------------- /image/Screenshot05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot05.png -------------------------------------------------------------------------------- /image/Screenshot06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot06.png -------------------------------------------------------------------------------- /image/Screenshot07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot07.png -------------------------------------------------------------------------------- /image/Screenshot08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot08.png -------------------------------------------------------------------------------- /image/Screenshot09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot09.png -------------------------------------------------------------------------------- /image/Screenshot10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot10.png -------------------------------------------------------------------------------- /image/Screenshot11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot11.png -------------------------------------------------------------------------------- /image/Screenshot12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzmobile/VideoGraph/HEAD/image/Screenshot12.png --------------------------------------------------------------------------------