Search Results for "combine jpg files into one"

Showing 117 open source projects for "combine jpg files into one"

View related business solutions
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1
    Just One Single History

    Just One Single History

    Just One Single History

    Combine the advantages of a monorepo with those of multirepo setups by leveraging a blazingly-fast, incremental, and reversible implementation of git history filtering. The partial repo will act as a normal git repository but only contain the files found in the subdirectory and only commits affecting those files. The partial repo supports both fetch as well as push operation. This helps not just to improve performance on the client due to having fewer files in the tree, it also enables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Minify php

    Minify php

    CSS & JavaScript minifier, in PHP

    Matthias Mullie Minify is a PHP library that minifies CSS and JavaScript files by removing whitespace, comments, and other unnecessary characters. It helps reduce file size and load time, making it ideal for optimizing web assets in production environments. The library is fast, reliable, and can process both strings and file-based input.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    JPG to PDF EasyMove

    You have a free pdf converter\creator solution

    You have a free pdf converter\creator solution. It is under MIT license, therefore no one wants to pay.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    glslViewer

    glslViewer

    Console-based GLSL Sandbox for 2D/3D shaders shaders

    GlslViewer is a flexible console-based OpenGL Sandbox to display 2D/3D GLSL shaders without the need of a UI. You can definitely make your own UI or wrapper using the Python Module (include) or any other tool that communicates back/forth with the GPS viewer through the standard POSIX console In/Out or OSC. Default vert/frag shaders for 2D shader and 3D material shaders with PBR lighting model. Hot reload of files on changes. One default light and one default camera. Interactive commands thought...
    Downloads: 15 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 5
    Broot

    Broot

    A new way to see and navigate directory trees

    ... to select the most relevant file. You can still go from one match to another one using tab or arrow keys. You may also search with a regular expression. To do this, add a / before the pattern. You may also apply logical operators or combine patterns, for example searching test in all files except json ones could be !/json$/&c/test and searching carg both in file names and file contents would be carg|c/carg.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    iLovePDF Api

    iLovePDF Api

    iLovePDF Rest Api - PHP Library

    ... Libraries with their own docs too. Our infrastructure uses the best PDF technology for processing PDF files. Merge and split documents with a variety of custom options. Remove, extract or organize PDF pages as you need. Reduce the size of your PDF while maintaining its original quality and formatting. Easily convert Images, MS Word, PowerPoint and Excel files into non-editable PDF documents. Convert PDF documents to JPG images or to PDF/A format.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    billboard.js

    billboard.js

    Re-usable, easy interface JavaScript chart library based on D3.js

    ... to satisfy your needs. Checkout the examples to see in action! Play with the diverse options generated on the fly! If you want to use 'billboard.js' without installation, load files directly from one of the CDN providers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    go-wkhtmltopdf

    go-wkhtmltopdf

    Golang commandline wrapper for wkhtmltopdf

    ... page and TOC options for each page. It makes usage in server-type applications easier, every instance (PDF process) has its own output buffer which contains the PDF output and you can feed one input document from an io.Reader (using stdin in wkhtmltopdf). You can combine any number of external HTML documents (HTTP(S) links) with at most one HTML document from stdin and set options for each input document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TensorBoardLogger.jl

    TensorBoardLogger.jl

    Easy peasy logging to TensorBoard with Julia

    TensorBoardLogger.jl is a native library for logging arbitrary data to Tensorboard, extending Julia's standard Logging framework. It can also be used to deserialize TensoBoard's .proto files. The fundamental type defined in this package is a TBLogger, which behaves like other standard loggers in Julia such as ConsoleLogger or TextLogger. You can create one by passing it the path to the folder where you want to store the data. You can also pass an optional second argument to specify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    gohttpserver

    gohttpserver

    The best HTTP Static File Server, write with golang+vue

    Our goal is to make the best HTTP File Server. Features include Human-friendly UI, file uploading support, and direct QR-code generation for Apple & Android install packages. Support QRCode code generate. Breadcrumb path quick change. All assets package to Standalone binary. Different file types and different icons. Support show or hide hidden files. Upload support (auth by token or session). README.md preview. HTTP Basic Auth. Partial reload pages when the directory change. When only one dir...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    parcel/css

    parcel/css

    A CSS parser, transformer, and minifier written in Rust

    A CSS parser, transformer, and minifier written in Rust. Parsing and minifying large files are completed in milliseconds, often with significantly smaller output than other tools. Many other CSS parsers treat property values as an untyped series of tokens. This means that each transformer that wants to do something with these values must interpret them itself, leading to duplicate work and inconsistencies. @parcel/css parses all values using the grammar from the CSS specification and exposes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Grub2Win
    Safely multiboot Windows and Linux systems. Grub2Win is a robust Windows application. Configure Grub boot screens and options directly from Windows. Completely free and open source. All modules are SSL signed for your security. Use your own .jpg files to create and customize background wallpaper. Everything installs to a 30 MB directory on your Windows C: drive. Automatically generates config files for PhoenixOS, Android, Ubuntu, Debian, Suse, Fedora, Manjaro, Mint...
    Leader badge
    Downloads: 6,032 This Week
    Last Update:
    See Project
  • 13
    Jmol

    Jmol

    An interactive viewer for three-dimensional chemical structures.

    Over 1,000,000 page views per month. Jmol/JSmol is a molecular viewer for 3D chemical structures that runs in four independent modes: an HTML5-only web application utilizing jQuery, a Java applet, a stand-alone Java program (Jmol.jar), and a "headless" server-side component (JmolData.jar). Jmol can read many file types, including PDB, CIF, SDF, MOL, PyMOL PSE files, and Spartan files, as well as output from Gaussian, GAMESS, MOPAC, VASP, CRYSTAL, CASTEP, QuantumEspresso, VMD, and many other...
    Leader badge
    Downloads: 1,077 This Week
    Last Update:
    See Project
  • 14
    KemonoDownloader

    KemonoDownloader

    Kemono Downloader - A cross-platform Python app built with PyQt6

    Welcome to Kemono Downloader, a versatile Python-based desktop application built with PyQt6, designed to download content from Kemono.su. This tool enables users to archive individual posts or entire creator profiles from services like Patreon, Fanbox, and more, supporting a wide range of file types with customizable settings and advanced features.
    Leader badge
    Downloads: 330 This Week
    Last Update:
    See Project
  • 15
    Mass Image Compressor

    Mass Image Compressor

    Compress, Convert, Watermark and Resize Images/Photographs in bulk

    Reduces up to 90% image size and still keeps the image clarity pristine. Mass Image Compressor (MIC) is one of the most popular, reliable, easy-to-use utility to compress, convert, watermark and resize multiple images at once. Just drag & drop the files and folder and it will compress all images. Best for website image optimization, photographs, game assets, animated image compression. Input: Almost all popular image format, including raw camera format Output: JPEG, PNG, WebP, GIF, AVIF...
    Leader badge
    Downloads: 350 This Week
    Last Update:
    See Project
  • 16
    OpenJUMP (The JUMP Pilot Project)
    OpenJUMP is a community driven fork of JUMP the "Java Unified Mapping Platform" GIS software. The original JUMP was developed by Vivid Solutions, released under GPL2 in 2003 and discontinued in 2006. During 2004 already some enthusiastic developers joined together to enhance further the features of JUMP. They launched an independent development branch called OpenJUMP. The name gives credit to the original JUMP development, and at the same time describes the objectives of this project to...
    Leader badge
    Downloads: 261 This Week
    Last Update:
    See Project
  • 17
    OtoKeyboard - Auto Keyboard & Macro

    OtoKeyboard - Auto Keyboard & Macro

    OtoKeyboard: Boost productivity with Windows keyboard automation.

    OtoKeyboard is the premier auto keyboard and macro tool for Windows, designed to save you time and eliminate digital friction. Move beyond simple text replacement and turn any repetitive task into a single-keystroke action. It's the ultimate productivity companion for professionals, gamers, and developers alike. Automate customer support replies with interactive templates; execute complex in-game combos with perfectly timed macros; or launch your entire work environment with one hotkey. Our...
    Leader badge
    Downloads: 165 This Week
    Last Update:
    See Project
  • 18
    Pdf_tools
    ✅ Image to PDF Convert multiple image files into a single PDF. Supports formats: JPG, JPEG, PNG, BMP, TIFF. ✅ PDF Merger Merge multiple PDF files into one. Reorder PDF files before merging. ✅ PDF Splitter Split PDF files by range or into individual pages. ✅ Page Remover Remove specific pages from a PDF. ✅ Fill & Sign Add text and signature to a PDF. Preview the PDF and adjust signature position.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 19
    MZS FILE CONVERTER

    MZS FILE CONVERTER

    PDF File Converter / Compression / Fusion

    MZS FILE CONVERTER With this software you can - Convert Files to PDF (doc, docx, xl,xlsx,bmp,jpg ...) - Convert PDF to Files (BMP, JPG, PNG available for now) - Merge PDF into one File - Merge differents kind of files to PDF - Massively convert files to PDF - Compress your PDF files
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Multiple Excel Sheet Combiner Free

    Multiple Excel Sheet Combiner Free

    Multiple Excel combiner including sheets with large data

    Large Excel file combiner including multiple sheets support xls and xlsx. 1. File Selection: Users can browse and select multiple Excel files to be combined, making it easy to work with multiple data sources. 2. License Expiry Check: The application checks the license expiry date, ensuring that users are informed if their license has expired before performing any operations. 3. Data Combining: Users can combine data from multiple Excel files into a single dataset...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Sprint PDF Editor (Smarter PDF Solution)

    Sprint PDF Editor (Smarter PDF Solution)

    Edit, Convert, Extract , Export, Secure and PDF Imposition.

    ... solutions, there’s no need to share your private or confidential files with unknown servers. Everything works entirely 100% offline on your local machine, delivering 10x faster performance while maintaining the highest level of privacy. Your files remain fully under your control — safe, private, and secure.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22

    Virtualdub Batch Video DeShake

    Batch to compress [and deshake] all videos [or images] in folder

    ... quality 1-9 (9=lossless), def: q3 (crf23) aN: mp3 quality 1-5, def: a3 (192k) * generates: ZZoriginalname.AVI * inner settings on first lines ie: Audio synch delay (line 46) Min Requirements: XP; Win7x64 for aviSynth video NoiseReduction Klite Mega Codec Pack (with LAME encoder) Other Utilities: LOG2CHAPS.BAT generate _OGG.txt chapters @ scene change VID2AUD.BAT extract Audios VID2MKV.BAT multiplex vid+aud+chapters VIDJOIN.BAT merges videos to MKV
    Downloads: 15 This Week
    Last Update:
    See Project
  • 23
    XAPK Packaging Tool

    XAPK Packaging Tool

    Simple and efficient tool for XAPK packaging.

    The XAPK Packaging Tool provides a powerful solution to simplify the packaging, management and distribution of XAPK files. With this tool, developers can easily bundle APKs, OBB files, and resources into a single XAPK package, ensuring a smooth installation process for users. Key Features: • One-Click Packaging: Quickly combine APK and OBB files into a single XAPK file. • Split APK Support: Efficiently manage and package split APKs for different architectures. • User-Friendly Interface...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    PDF Tinkerer

    PDF Tinkerer

    Tinker with PDF files

    Tinker with PDF files. Download the JAR file for your OS (e.g. Windows) and double click on it. You will need at least Java 21 (e.g. https://adoptium.net/temurin/releases/?os=any&arch=any&version=21) to run this Desktop-App. The latest releases of PDF Tinkerer can now be found on: https://gitlab.com/gjwu/pdf-tinkerer/-/releases
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    pdf combiner merger converter splitter

    pdf combiner merger converter splitter

    PDF Combiner is a user-friendly, GUI-based tool built in

    PDF Combiner is a user-friendly open source free to use, GUI-based tool for combining, pdf to excel, pdf to word, image to pdf, zip, unzip annotate and splitting PDF files. It is easy to use, supports multiple file insert and delete and process, and allows you to adjust the order of files before combining.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.