Search Results for "image steganography code" - Page 28

Showing 801 open source projects for "image steganography code"

View related business solutions
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 1
    Sutil! CMS is a "distro" of the consecrated CMS Joomla! 1.5, In respect to the Policy of using "brand name and logo" Joomla®, because it is trademarked. All extensions J1.5 can be installed in Sutil! CMS. Sutil! is Open Source / GPL - FREE !
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Customizable browser based (text/web(WYSIWYG)) file editors environment in PHP (GPL Licensed) with loads of features. (tested only in firefox)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Desktop Background from Nasa APOD

    Desktop Background from Nasa APOD

    A background image grabber for GNOME from nasa's image of the day site

    This app will fetch the latest image from nasapod, http://apod.nasa.gov/apod/ and create a background image from it with a description box for a gnome desktop. Read desktop_nasa.py file for configurations and instructions! Python script. Now working with Ubuntu 12.04 and prior
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    RenderTools

    RenderTools

    A cross-platform OpenGL based lightweight scenegraph library

    RenderTools is an OpenGL based scenegraph library in C++ for Windows, OSX and IOS supporting OpenGL|ES1.1, ES2.0, OpenGL1.5 and up to the latest version (currently 4.2). It allows the developer to easily (de)serialize a scenegraph to-and-from xml, create renderbuffers, framebuffers, samplers, vertexbuffers etc. and cross-reference those items. RenderTools allows you to completely specify an application, its resources, viewcontrollers and its renderpasses in one single xml. GraphNodes such...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5

    NailThumb

    Any image to any thumbnail

    Never resize a thumbnail again Create thumbnails easily from high-res images, without any distortion, with one line of code. You can even decide thumbnail dimensions directly from CSS. Integrates prefectly with any media gallery, even more usefull in dynamic web application when you can face any shape or size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ShiVaSmiles

    ShiVaSmiles

    A slick interface to see various scale analysis algorithms in action.

    The Shape Visualizer is intented to be an exploratory/educational tool making it quick and easy to see how various mathematical methods perform in analysing and selecting the various patterns present on an image. The main website is built as a wiki gathering info and examples on the various implemented algorithms. The combination of the application and its wiki intend to constitute a nice little pedagogic toolkit for multiscale analysis. Feel free to contribute code or wiki content !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Grsecurity Images

    Ubuntu Hardened Kernel Images

    ...We try to keep them as generic as possible so that the images can be generalized, for that reason they are not compiled with any vendor-specific flags or any particular drivers (The images are compiled with the default boot config in Ubuntu 12.04) Each image is carefully compiled for maximum optimization with other options and PaX patches are added as well. The aim of this project is to provide easy-to-install kernel images and headers for x86 architecture. You may also be wondering why I haven't uploaded any code in the repositories, well the Linux kernel code is available at kernel.org anyways so uploading it again is redundant and here the aim is to provide easy to use images that can be installed with single-click so I don't need to upload any source code, in near future as we make more changes the source code will be made available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Atlas2Cloud

    Atlas2 Genome Analysis Pipeline on Amazon Web Services

    This is the backend source code of the Atlas2-Cloud pipeline on Amazon which starts and terminates worker nodes, runs analysis and monitors worker instances. It is PRIMARILY meant to be used through Amazon Web Services (AWS) management console by looking for the public Atlas2-Cloud machine image. Alternatively, the code can also be used for running the pipeline from your computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Embeds text and files in images with optional encryption. Easy-to-use UI, error reporting, and self-update (beta)
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    gl_Paint

    gl_Paint

    A (very) shitty OpenGL remake of MS-Paint

    I love OpenGL. I also love raw binary data. Ya know what you can do with those two? Create pictures! So, this program just edits some raw binary data for an image, assigns it to an OpenGL texture (what you see when editing), and allows you to edit and save that picture. Wheee.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    oge2d

    Cross-platform 2D game engine

    Open Game Engine 2D is a full features and cross-platform 2D game engine. It aims to help developers to create 2D games with only flat files (such as ini and script files), so that games could be written once and played under any platform supported. This engine is a pure 2D game engine written in C/C++. It is base on SDL and AngelScript. So, it also aims to run in any platform supported by SDL and AngelScript, such as Windows, Linux, MacOS, iPhone, Android, Windows Phone, Symbian,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Connected components toolbox

    Extracts blobs using hue, saturation and value components

    Luckly, there are a number of examples and source code written for connected components analysis. However, in most of these examples only the grayscale values are used and a single threshold is chosen for extracting blobs from an image. In this example, I used Hue, Saturation and Value components to perform blob extraction analysis(connected compoonent extraction). I also created a simple visual toolbox for demonstration purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Zebra_Image

    Zebra_Image

    A lightweight image manipulation library written in PHP

    This is a compact (one-file only), lightweight, object-oriented image manipulation library written in and for PHP, that provides methods for performing several types of image manipulation operations. It doesn't require any external libraries other than the GD2 extension (with which PHP usually comes pre-compiled with). Zebra_Image's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Ultimate Gallery

    Android Album Manager

    It is a source code of an Android Image Album Manager application. It contains Albums management, Time Line, Secure Images and Favorites features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Interactive Natural Image Segmenation for object cutout for image composition/background replacement. Implementation in Java, tested on version 1.5.0_17. Complete source code available.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    coords-view

    Graphically displays nucmer/mummer mapping results

    Displays mummer/nucmer mappings and prints PNG to stdout via the "show-coords -lcdTH" output. The output file is <coords-output>.png. Command line options allow for different features when producing the image. Within the code there are comment blocks which give examples of how to further customize it i.e. grouping based on name similarity, color, etc. This program is aimed at providing full customization within the limits of the Bio-Graphics module. Current version supported is Bio-Graphics-2.25
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LARMcess
    LARMcess is that "Linux Augmented Reality 3d Marker" . We will developing 3D Marker based on 2D Barcode(QR Code) on android OS. we can get the content's information from 2D barcode using android phone and display the content's 3D object and annou
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WordPress Image Inserter
    A simple app that generates wordpress HTML code which displays all images, uploaded within a post, one after another. You just copy and paste the code into the post editor instead of clicking "insert into post" for each uploaded image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    an Online Shopping Mall system that evolved from phpBB Forum 2.0.15. Demo site will be: http://mall.loewen.com.sg
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Checks given webpages for backlinks and scans for image links and keywords. Uses DOM-based methods to scan for backlinks, which are more sophisticated than simple text scanning (one example: they ignore commented out source code).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    eCryptfs Parser is a GUI for Linux and Windows that recursively parses the headers of every eCryptfs file found in a given directory. It will tell you what encryption algorithm was used, the original filesize, signature used etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Image Quality Assessment (IQA)
    IQA is a C library for objectively measuring image/video quality. It implements many popular algorithms, such as MS-SSIM, MS-SSIM*, SIMM, MSE, and PSNR. It is designed to be fast, accurate, and reliable. All code is Valgrind-clean and unit tested.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    This is a simple tokenizer for converting source code in ascii text files into a ZX Spectrum loadable image file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Quickgalleries with PHP for everyone
    A very simple and easy to install and use PHP image gallery to include in online auctions. Copy to your server, set password -> Start new gallery -> Upload images, generate gallery -> Copy embed-code into your auction-text -> Finish.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    LibNebular is C++ Linux library for uniform image file manipulation as String key-value pairs (with sometimes BLOB values) where different file types are intruduced through DL (".so") libraries. Includes BMP and JPEG plugins. Can easily be ported.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo