awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jaredsinclair/jtsimageviewcontroller

Open-source alternatives to JTSImageViewController

30 open-source projects similar to jaredsinclair/jtsimageviewcontroller, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best JTSImageViewController alternative.

  • bkoc/bkasciiimagebkoc 的头像

    bkoc/BKAsciiImage

    431在 GitHub 上查看↗

    https://itunes.apple.com/app/cmd.fm-radio-for-geeks-hackers/id935765356

    Objective-C
    在 GitHub 上查看↗431
  • bradlarson/gpuimageBradLarson 的头像

    BradLarson/GPUImage

    20,299在 GitHub 上查看↗

    GPUImage is a GPU-accelerated image processing framework for iOS designed to apply real-time filters and effects to images and video. It functions as a processing engine and fragment shader library that manages textures and shaders for efficient visual data manipulation. The framework utilizes a chainable filter architecture and a texture-based data pipeline to pass image data between processing stages without expensive memory transfers. It enables the creation of bespoke visual effects through the authoring of custom fragment shaders and provides mechanisms to synchronize texture data with e

    Objective-C
    在 GitHub 上查看↗20,299
  • yuao/yucihighpassskinsmoothingYuAo 的头像

    YuAo/YUCIHighPassSkinSmoothing

    1,249在 GitHub 上查看↗

    An implementation of High Pass Skin Smoothing using Apple's Core Image Framework

    Objective-C
    在 GitHub 上查看↗1,249
  • xvrh/lottie-flutterxvrh 的头像

    xvrh/lottie-flutter

    1,285在 GitHub 上查看↗

    Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.

    Dartdartflutterflutter-web
    在 GitHub 上查看↗1,285
  • renancaraujo/bitmaprenancaraujo 的头像

    renancaraujo/bitmap

    177在 GitHub 上查看↗

    A Flutter package for manipulating bitmaps

    Dart
    在 GitHub 上查看↗177

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • eddyborja/ebphotopagesEddyBorja 的头像

    EddyBorja/EBPhotoPages

    1,624在 GitHub 上查看↗

    A photo gallery for iOS with a modern feature set. Similar features as the Facebook photo browser.

    Objective-C
    在 GitHub 上查看↗1,624
  • liyong03/ylgifimageliyong03 的头像

    liyong03/YLGIFImage

    1,766在 GitHub 上查看↗

    Async GIF image decoder and Image viewer supporting play GIF images. It just use very less memory.

    Objective-C
    在 GitHub 上查看↗1,766
  • ibireme/yyimageibireme 的头像

    ibireme/YYImage

    1,785在 GitHub 上查看↗

    Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.

    Objective-C
    在 GitHub 上查看↗1,785
  • rflex/screcorderrFlex 的头像

    rFlex/SCRecorder

    3,048在 GitHub 上查看↗

    iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing

    Objective-C
    在 GitHub 上查看↗3,048
  • tinycrayon/tinycrayon-ios-sdkTinyCrayon 的头像

    TinyCrayon/TinyCrayon-iOS-SDK

    1,833在 GitHub 上查看↗

    A smart and easy-to-use image masking and cutout SDK for mobile apps.

    Swift
    在 GitHub 上查看↗1,833
  • timoliver/tocropviewcontrollerTimOliver 的头像

    TimOliver/TOCropViewController

    4,932在 GitHub 上查看↗

    TOCropViewController is a UIKit view controller designed for image cropping and rotation within iOS applications. It provides a visual image editing interface that allows for the extraction of specific image sections using a draggable grid overlay. The component supports custom aspect ratio selection and circular masking to ensure photos fit predefined layouts, such as those required for profile picture editing. It includes a dedicated interface for changing image orientation and performing rotation adjustments. The tool handles image processing by translating UI grid positions into pixel co

    Objective-C
    在 GitHub 上查看↗4,932
  • scihant/ctpanoramaviewscihant 的头像

    scihant/CTPanoramaView

    1,047在 GitHub 上查看↗

    A library that displays spherical or cylindrical panoramas with touch or motion based controls.

    Swift360-photocarthagecocoapods
    在 GitHub 上查看↗1,047
  • pulyaevskiy/parallax-imagepulyaevskiy 的头像

    pulyaevskiy/parallax-image

    280在 GitHub 上查看↗

    A Flutter widget that paints an image and moves it at a slower speed than the main scrolling content.

    Dartdartlangflutterparallax-scrolling
    在 GitHub 上查看↗280
  • eyrefree/efqrcodeE

    EyreFree/EFQRCode

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • civitai/civitaicivitai 的头像

    civitai/civitai

    7,158在 GitHub 上查看↗

    Civitai is a platform for generative media creation and AI model distribution. It provides a centralized service for producing images, videos, audio, and music, while serving as a repository where users can share, discover, and browse custom model weights and fine-tuned adaptations. The platform distinguishes itself through a provider-agnostic orchestration layer that manages multi-step generation pipelines and complex workflows across different backends. It integrates with autonomous AI agents and editors via the Model Context Protocol, allowing external tools to access generation pipelines

    TypeScriptaisocial-networkstable-diffusion
    在 GitHub 上查看↗7,158
  • alamofire/alamofireimageAlamofire 的头像

    Alamofire/AlamofireImage

    4,029在 GitHub 上查看↗

    AlamofireImage is an image downloading and caching library designed as an extension for Alamofire. It provides a serialization framework to convert network responses into image objects and a memory-based caching system to reduce redundant network requests. The project features a variant-aware asynchronous cache that stores both original images and their filtered versions separately. It includes tools for animating the replacement of placeholder images with downloaded content through various transition effects. The library covers image acquisition through parallel downloading and prioritized

    Swift
    在 GitHub 上查看↗4,029
  • ajstarks/svgoajstarks 的头像

    ajstarks/svgo

    2,247在 GitHub 上查看↗

    Go Language Library for SVG generation

    Go
    在 GitHub 上查看↗2,247
  • 500px/greedo-layout-for-ios500px 的头像

    500px/greedo-layout-for-ios

    823在 GitHub 上查看↗

    Full aspect ratio grid layout for iOS

    Objective-C
    在 GitHub 上查看↗823
  • ajkumar25/pygramA

    ajkumar25/pygram

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • aheckmann/gmaheckmann 的头像

    aheckmann/gm

    6,980在 GitHub 上查看↗

    gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for the GraphicsMagick engine. It translates JavaScript method calls into shell commands to automate the resizing, cropping, and transformation of images. The library provides an interface to execute specific GraphicsMagick operations while allowing raw command passthrough for custom arguments or engine features not covered by the standard API. Its capabilities cover geometric manipulation, color and tone adjustment, and image quality optimization. It includes tools for image compo

    JavaScript
    在 GitHub 上查看↗6,980
  • 3d0c/gmf3d0c 的头像

    3d0c/gmf

    933在 GitHub 上查看↗

    Go Media Framework

    Go
    在 GitHub 上查看↗933
  • 280772270/iwatch280772270 的头像

    280772270/IWatch

    14在 GitHub 上查看↗

    a video newspaper app

    Objective-C
    在 GitHub 上查看↗14
  • ancestry/facecropAncestry 的头像

    Ancestry/FaceCrop

    52在 GitHub 上查看↗

    Utilizing Apple's Vision Framework to center faces in CGImage.

    Swift
    在 GitHub 上查看↗52
  • andreamazz/subtlevolumeandreamazz 的头像

    andreamazz/SubtleVolume

    1,195在 GitHub 上查看↗

    Replace the system volume popup with a more subtle indicator.

    Swift
    在 GitHub 上查看↗1,195
  • andrewboryk/abmediaviewandrewboryk 的头像

    andrewboryk/ABMediaView

    85在 GitHub 上查看↗

    Media view which subclasses UIImageView, and can display & load images, videos, GIFs, and audio and from the web, and has functionality to minimize from fullscreen, as well as show GIF previews for videos.

    Objective-C
    在 GitHub 上查看↗85
  • anthonynsimon/bildanthonynsimon 的头像

    anthonynsimon/bild

    4,192在 GitHub 上查看↗

    Bild is an image processing library implemented in the Go programming language. It provides a collection of algorithmic engines for image manipulation, including a convolution kernel engine for filtering, an image blending tool for layer composition, and a procedural noise generator for creating synthetic textures. The project is distinguished by its procedural generation capabilities, implementing Perlin, Gaussian, binary, and uniform noise algorithms to produce random pixel distributions and organic patterns. It also features a command-line interface that allows users to apply visual effect

    Go
    在 GitHub 上查看↗4,192
  • aofei/cameronaofei 的头像

    aofei/cameron

    131在 GitHub 上查看↗

    An avatar generator for Go.

    Go
    在 GitHub 上查看↗131
  • aomediacodec/libavifAOMediaCodec 的头像

    AOMediaCodec/libavif

    2,008在 GitHub 上查看↗
    C
    在 GitHub 上查看↗2,008
  • arashpartow/bitmapArashPartow 的头像

    ArashPartow/bitmap

    179在 GitHub 上查看↗

    C++ Bitmap Library https://www.partow.net/programming/bitmap/index.html

    C++
    在 GitHub 上查看↗179
  • alterplay/apkenburnsviewAlterplay 的头像

    Alterplay/APKenBurnsView

    103在 GitHub 上查看↗

    Ken Burns effect with face recognition!

    Swift
    在 GitHub 上查看↗103